Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
7025a1e9
Commit
7025a1e9
authored
Apr 10, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed faad2 libtool so that shared library is properly built for MacOS X
parent
23e6b8e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-5
No files found.
extras/contrib/src/Makefile
View file @
7025a1e9
...
...
@@ -768,15 +768,13 @@ DISTCLEAN_PKG += speex-$(SPEEX_VERSION).tar.gz
faad2-$(FAAD2_VERSION).tar.bz2
:
$(WGET)
$(FAAD2_URL)
faad
2
:
faad2-$(FAAD2_VERSION).tar.bz2
faad
:
faad2-$(FAAD2_VERSION).tar.bz2
$(EXTRACT_BZ2)
(
cd
$@
;
patch
-p
0 < ../Patches/faad2.patch
&&
./bootstrap
)
.faad
:
faad2
(
cd
$<
&&
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"-O3"
&&
make
-C
libfaad
&&
make
-C
libfaad
install
)
ifndef
HAVE_DARWIN_OS
.faad
:
faad
(
cd
$<
&&
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"-O3"
&&
sed
-i
.orig
"s/shrext_cmds/shrext/g"
libtool
&&
make
-C
libfaad
&&
make
-C
libfaad
install
)
$(INSTALL_NAME)
endif
touch
$@
CLEAN_FILE
+=
.faad
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment