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
fb56090c
Commit
fb56090c
authored
May 10, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: ffmpeg: add flags for armv6
parent
335457ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
contrib/bootstrap
contrib/bootstrap
+1
-0
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+3
-0
No files found.
contrib/bootstrap
View file @
fb56090c
...
...
@@ -198,6 +198,7 @@ check_android_sdk()
add_make
"ANDROID_ABI :=
${
ANDROID_ABI
}
"
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
&&
add_make_enabled
"HAVE_NEON"
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
&&
add_make_enabled
"HAVE_ARMV7A"
[
${
ANDROID_ABI
}
=
"armeabi"
-a
-z
"
${
NO_ARMV6
}
"
]
&&
add_make_enabled
"HAVE_ARMV6"
}
test
-z
"
$PREFIX
"
||
add_make
"PREFIX :=
$PREFIX
"
...
...
contrib/src/ffmpeg/rules.mak
View file @
fb56090c
...
...
@@ -60,6 +60,9 @@ endif
ifdef
HAVE_ARMV7A
FFMPEGCONF
+=
--cpu
=
cortex-a8
endif
ifdef
HAVE_ARMV6
FFMPEGCONF
+=
--cpu
=
armv6
--disable-neon
endif
endif
# MIPS stuff
...
...
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