Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
7025a1e9
Commit
7025a1e9
authored
Apr 10, 2006
by
damienf
Browse files
- fixed faad2 libtool so that shared library is properly built for MacOS X
parent
23e6b8e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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