Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
037b7ad2
Commit
037b7ad2
authored
Oct 04, 2007
by
Rafaël Carré
Browse files
contribs: don't build faad shared library
parent
8da8aa98
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
037b7ad2
...
...
@@ -875,7 +875,7 @@ faad: faad2-$(FAAD2_VERSION).tar.bz2
(
cd
$@
;
patch
-p1
< ../Patches/faad2.patch
&&
./bootstrap
)
.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
)
(
cd
$<
&&
$(HOSTCC)
./configure
$(HOSTCONF)
--disable-shared
--prefix
=
$(PREFIX)
CFLAGS
=
"-O3"
&&
sed
-i
.orig
"s/shrext_cmds/shrext/g"
libtool
&&
make
-C
libfaad
&&
make
-C
libfaad
install
)
$(INSTALL_NAME)
touch
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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