Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b0350b5b
Commit
b0350b5b
authored
Nov 02, 2005
by
Christophe Mutricy
Browse files
contrib/Makefile: faad2: bootstrap only if we patch.
parent
14c40f45
Changes
1
Show whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
b0350b5b
...
...
@@ -683,10 +683,10 @@ faad2-$(FAAD2_VERSION).tar.bz2:
faad2
:
faad2-$(FAAD2_VERSION).tar.bz2
$(EXTRACT_BZ2)
ifdef
HAVE_WIN32
(
cd
faad2
;
patch
-p
0 < ../Patches/faad2-20050513-win32.patch
)
(
cd
faad2
;
patch
-p
0 < ../Patches/faad2-20050513-win32.patch
&&
./bootstrap
)
endif
.faad
:
faad2
(
cd
$<
;
./bootstrap
&&
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"-O3"
&&
make
-C
libfaad
&&
make
-C
libfaad
install
)
(
cd
$<
&&
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"-O3"
&&
make
-C
libfaad
&&
make
-C
libfaad
install
)
$(INSTALL_NAME)
touch
$@
...
...
Write
Preview
Supports
Markdown
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