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
90e3eef6
Commit
90e3eef6
authored
Jun 21, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix previous commit
parent
36f43279
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/contrib/bootstrap
extras/contrib/bootstrap
+2
-2
No files found.
extras/contrib/bootstrap
View file @
90e3eef6
...
@@ -259,7 +259,7 @@ case $TARGET in
...
@@ -259,7 +259,7 @@ case $TARGET in
;;
;;
arm-none-linux-gnueabi
)
arm-none-linux-gnueabi
)
if
test
-f
/etc/maemo_version
;
then
if
test
-f
/etc/maemo_version
;
then
hint_distro maemo
hint_distro maemo
5
EXTRA_CFLAGS
=
" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a"
EXTRA_CFLAGS
=
" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a"
EXTRA_CFLAGS
=
"
$EXTRA_CFLAGS
-mfpu=neon -mfloat-abi=softfp"
EXTRA_CFLAGS
=
"
$EXTRA_CFLAGS
-mfpu=neon -mfloat-abi=softfp"
EXTRA_CFLAGS
=
"
$EXTRA_CFLAGS
-O3 -fno-tree-vectorize"
EXTRA_CFLAGS
=
"
$EXTRA_CFLAGS
-O3 -fno-tree-vectorize"
...
@@ -294,7 +294,7 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then
...
@@ -294,7 +294,7 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then
if
test
-f
/etc/fedora-release
;
then
if
test
-f
/etc/fedora-release
;
then
hint_distro fedora
hint_distro fedora
elif
test
-f
/etc/maemo_version
;
then
elif
test
-f
/etc/maemo_version
;
then
hint_distro maemo
hint_distro maemo
5
elif
test
-f
/etc/debian_version
;
then
elif
test
-f
/etc/debian_version
;
then
# NOTE: check for Debian *after* its derivatives
# NOTE: check for Debian *after* its derivatives
hint_distro debian
hint_distro debian
...
...
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