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
df8d46d7
Commit
df8d46d7
authored
Jun 15, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: ffmpeg, neon factorization
parent
2363e18b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+7
-3
No files found.
extras/contrib/src/contrib-src.mak
View file @
df8d46d7
...
@@ -959,6 +959,7 @@ FFMPEGCONF = --disable-doc \
...
@@ -959,6 +959,7 @@ FFMPEGCONF = --disable-doc \
--disable-network
--disable-network
FFMPEGCONFSMALL
=
--disable-encoders
--disable-muxers
FFMPEGCONFSMALL
=
--disable-encoders
--disable-muxers
FFMPEGCONFNEON
=
--cpu
=
cortex-a8
--disable-runtime-cpudetect
--enable-neon
#Cross-Compilation
#Cross-Compilation
ifdef
HAVE_CROSS_COMPILE
ifdef
HAVE_CROSS_COMPILE
...
@@ -1023,7 +1024,7 @@ endif
...
@@ -1023,7 +1024,7 @@ endif
ifdef
HAVE_IOS
ifdef
HAVE_IOS
FFMPEGCONF
+=
--sysroot
=
${IOS_SDK_ROOT}
FFMPEGCONF
+=
--sysroot
=
${IOS_SDK_ROOT}
ifeq
($(ARCH),arm)
ifeq
($(ARCH),arm)
FFMPEGCONF
+=
--disable-runtime-cpudetect
--enable-neon
--cpu
=
cortex-a8
FFMPEGCONF
+=
$(FFMPEGCONFNEON)
else
else
FFMPEGCONF
+=
--disable-mmx
FFMPEGCONF
+=
--disable-mmx
endif
endif
...
@@ -1036,12 +1037,15 @@ endif
...
@@ -1036,12 +1037,15 @@ endif
ifdef
HAVE_MAEMO
ifdef
HAVE_MAEMO
ifneq
($(filter -m%=cortex-a8, $(EXTRA_CFLAGS)),)
ifneq
($(filter -m%=cortex-a8, $(EXTRA_CFLAGS)),)
FFMPEGCONF
+=
--disable-runtime-cpudetect
--enable-neon
--cpu
=
cortex-a8
FFMPEGCONF
+=
$(FFMPEGCONFNEON)
endif
endif
endif
endif
ifdef
HAVE_ANDROID
ifdef
HAVE_ANDROID
FFMPEGCONF
+=
--disable-encoders
--disable-muxers
ifdef
HAVE_NEON
FFMPEGCONF
+=
$(FFMPEGCONFNEON)
FFMPEG_CFLAGS
+=
-mfloat-abi
=
softfp
-mfpu
=
neon
endif
endif
endif
ifdef
HAVE_UCLIBC
ifdef
HAVE_UCLIBC
...
...
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