Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
d72e2884
Commit
d72e2884
authored
Dec 28, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: compile ffmpeg.
parent
7998559c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+8
-1
No files found.
extras/contrib/src/contrib-src.mak
View file @
d72e2884
...
...
@@ -967,7 +967,11 @@ ifdef HAVE_CROSS_COMPILE
FFMPEGCONF
+=
--enable-cross-compile
endif
ifdef
HAVE_CROSS_COMPILE_NEEDS_CROSS_PREFIX
ifndef
HAVE_ANDROID
FFMPEGCONF
+=
--cross-prefix
=
$(HOST)
-
else
FFMPEGCONF
+=
--cross-prefix
=
arm-linux-androideabi-
--arch
=
armv4l
endif
endif
#
...
...
@@ -996,13 +1000,15 @@ endif
ifndef
HAVE_UCLIBC
ifndef
HAVE_WINCE
ifndef
HAVE_IOS
ifndef
HAVE_ANDROID
FFMPEGCONF
+=
--enable-libmp3lame
--enable-libgsm
endif
endif
endif
endif
ifdef
CC
FFMPEGCONF
+=
--cc
=
$(CC)
FFMPEGCONF
+=
--cc
=
"
$(CC)
"
endif
ifdef
HAVE_MACOSX_ON_INTEL
...
...
@@ -1124,6 +1130,7 @@ FFMPEG_DEPS-$(HAVE_WIN64) = .lame .gsm .zlib
FFMPEG_DEPS-$(HAVE_ARMELF)
=
.lame .gsm .zlib
FFMPEG_DEPS-$(HAVE_MACOSX)
+=
.yasm
FFMPEG_DEPS-$(HAVE_WIN32)
+=
.dshow_headers
FFMPEG_DEPS-$(HAVE_ANDROID)
=
ifdef
SVN
FFMPEG_MK_TARGET
=
ffmpeg/.svn-
$(FFMPEG_SVN_REV)
...
...
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