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
0e00a98a
Commit
0e00a98a
authored
Aug 29, 2009
by
Rémi Denis-Courmont
Browse files
contrib: avoid Darwin patch on other systems
parent
669c7bf2
Changes
1
Show whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
0e00a98a
...
...
@@ -982,11 +982,13 @@ ffmpeg:
ifdef
HAVE_WINCE
patch
-p1
< Patches/ffmpeg-svn-wince.patch
endif
ifdef
HAVE_DARWIN_OS
ifdef
HAVE_DARWIN_OS_ON_INTEL
(
cd
$@
;
patch
-p0
< ../Patches/ffmpeg-macosx-intel-mmx.patch
)
else
(
cd
$@
;
patch
-p0
< ../Patches/ffmpeg-darwin-ppc-mdynamic.patch
)
endif
endif
ifdef
HAVE_UCLIBC
patch
-p0
< Patches/ffmpeg-svn-uclibc.patch
patch
-p0
< Patches/ffmpeg-svn-internal-define.patch
...
...
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