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
c460870a
Commit
c460870a
authored
Jan 30, 2010
by
Felix Paul Kühne
Browse files
contribs: use GCC-4.0 to compile ffmpeg on 32bit Darwin platforms
parent
cd3a6e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
c460870a
...
...
@@ -149,7 +149,11 @@ endif
ifdef
HAVE_DARWIN_OS
X264CONF
=
--host
=
$(HOST)
X264CONF
+=
--enable-pic
ifdef
HAVE_DARWIN_32
FFMPEGCONF
+=
--cc
=
gcc-4.0
else
FFMPEGCONF
+=
--cc
=
$(CC)
endif
FFMPEGCONF
+=
--arch
=
$(ARCH)
ifdef
HAVE_DARWIN_64
FFMPEGCONF
+=
--cpu
=
core2
...
...
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