Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
Ewout ter Hoeven
VLC-Android
Commits
58aecb6b
Commit
58aecb6b
authored
Feb 20, 2015
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no extra libs (iomx, anw) for Chrome OS
parent
428aa4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
compile-libvlc.sh
compile-libvlc.sh
+10
-8
No files found.
compile-libvlc.sh
View file @
58aecb6b
...
...
@@ -600,15 +600,17 @@ VLC_SRC_DIR="$SRC_DIR/vlc"
ANDROID_SYS_HEADERS
=
"
$SRC_DIR
/android-headers"
VLC_CONTRIB
=
"
$VLC_SRC_DIR
/contrib/
$TARGET_TUPLE
"
if
[
"
${
HAVE_64
}
"
!=
1
]
;
then
# Can't link with 32bits symbols.
# Not a problem since MediaCodec should work on 64bits devices (android-21)
LIBIOMX_LIBS
=
"libiomx.14 libiomx.13 libiomx.10"
fi
# (after android Jelly Bean, we prefer to use MediaCodec instead of iomx)
#LIBIOMX_LIBS="${LIBIOMX_LIBS }libiomx.19 libiomx.18"
if
[
"
${
CHROME_OS
}
"
!=
"1"
]
;
then
if
[
"
${
HAVE_64
}
"
!=
1
]
;
then
# Can't link with 32bits symbols.
# Not a problem since MediaCodec should work on 64bits devices (android-21)
LIBIOMX_LIBS
=
"libiomx.14 libiomx.13 libiomx.10"
fi
# (after android Jelly Bean, we prefer to use MediaCodec instead of iomx)
#LIBIOMX_LIBS="${LIBIOMX_LIBS }libiomx.19 libiomx.18"
LIBANW_LIBS
=
"libanw.10 libanw.13 libanw.14 libanw.18 libanw.21"
LIBANW_LIBS
=
"libanw.10 libanw.13 libanw.14 libanw.18 libanw.21"
fi
echo
"Building NDK"
...
...
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