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
1ee58d84
Commit
1ee58d84
authored
Jan 03, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: ffmpeg: remove unused FFMPEG_CFLAGS
parent
9e653909
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+0
-15
No files found.
contrib/src/ffmpeg/rules.mak
View file @
1ee58d84
...
...
@@ -55,10 +55,6 @@ ifeq ($(ARCH),arm)
FFMPEGCONF
+=
--arch
=
arm
ifdef
HAVE_ARMV7A
FFMPEGCONF
+=
--cpu
=
cortex-a8
--enable-neon
FFMPEG_CFLAGS
+=
-mfpu
=
vfpv3-d16
ifndef
HAVE_ANDROID
# We want NEON autodetect on Android
FFMPEG_CFLAGS
+=
-mfpu
=
neon
endif
endif
endif
...
...
@@ -94,17 +90,6 @@ endif
ifdef
HAVE_LINUX
FFMPEGCONF
+=
--target-os
=
linux
--enable-pic
# Android x86
ifeq
($(ANDROID_ABI), x86)
ifdef
HAVE_ANDROID
# Android-x86 gcc doesn't guarantee an aligned stack, but this is
# handled by __attribute__((force_align_arg_pointer)) in libavcodec
# already, so we tell gcc to assume this alignment, so we don't need
# to waste a precious register in assembly functions to realign it.
FFMPEG_CFLAGS
+=
-mincoming-stack-boundary
=
4
endif
# HAVE_ANDROID
endif
# x86
endif
# Windows
...
...
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