Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
3fe01ba5
Commit
3fe01ba5
authored
Nov 20, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: update postproc rules
parent
bf47f37a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
contrib/src/postproc/rules.mak
contrib/src/postproc/rules.mak
+11
-6
No files found.
contrib/src/postproc/rules.mak
View file @
3fe01ba5
...
...
@@ -11,7 +11,13 @@ POSTPROCCONF = \
DEPS_postproc
=
ffmpeg
ifdef
ENABLE_SMALL
POSTPROCCONF
+=
--enable-small
--optflags
=
-O2
POSTPROCCONF
+=
--enable-small
ifeq
($(ARCH),arm)
ifdef
HAVE_ARMV7A
# XXX: assumes > ARMv7-A, and thus thumb2-able
FFMPEGCONF
+=
--enable-thumb
endif
endif
endif
ifdef
HAVE_CROSS_COMPILE
...
...
@@ -26,7 +32,7 @@ ifeq ($(ARCH),arm)
POSTPROCCONF
+=
--disable-runtime-cpudetect
--arch
=
arm
ifdef
HAVE_NEON
POSTPROCCONF
+=
--cpu
=
cortex-a8
--enable-neon
POSTPROC_CFLAGS
+=
-mfloat-abi
=
softfp
-mfpu
=
neon
POSTPROC_CFLAGS
+=
-mfloat-abi
=
softfp
-mfpu
=
neon
endif
endif
...
...
@@ -39,14 +45,13 @@ endif
ifdef
HAVE_DARWIN_OS
POSTPROCCONF
+=
--arch
=
$(ARCH)
--target-os
=
darwin
endif
ifeq
($(ARCH),x86_64)
POSTPROCCONF
+=
--cpu
=
core2
endif
ifdef
HAVE_IOS
ifeq
($(ARCH),arm)
POSTPROCCONF
+=
--as
=
"
$(AS)
"
POSTPROCCONF
+=
--cpu
=
cortex-a8
endif
endif
ifeq
($(ARCH),x86_64)
POSTPROCCONF
+=
--cpu
=
core2
endif
# Linux
...
...
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