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
c0b7317b
Commit
c0b7317b
authored
Sep 29, 2011
by
Martin Storsjö
Committed by
Jean-Baptiste Kempf
Sep 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android: Enable the iomx module
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
2ff4954e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
extras/package/android/configure.sh
extras/package/android/configure.sh
+7
-1
No files found.
extras/package/android/configure.sh
View file @
c0b7317b
...
...
@@ -29,6 +29,11 @@ fi
CPPFLAGS
=
"-I
${
ANDROID_NDK
}
/sources/cxx-stl/gnu-libstdc++/include -I
${
ANDROID_NDK
}
/sources/cxx-stl/gnu-libstdc++/libs/
${
CXX_TARGET
}
/include"
LDFLAGS
=
"
$LDFLAGS
-L
${
ANDROID_NDK
}
/sources/cxx-stl/gnu-libstdc++/libs/
${
CXX_TARGET
}
/lib"
if
[
-n
"
$ANDROID_SYS_HEADERS
"
]
;
then
CPPFLAGS
=
"
$CPPFLAGS
-I
${
ANDROID_SYS_HEADERS
}
/frameworks/base/include -I
${
ANDROID_SYS_HEADERS
}
/system/core/include"
LDFLAGS
=
"
$LDFLAGS
-L
${
ANDROID_LIBS
}
"
fi
SYSROOT
=
$ANDROID_NDK
/platforms/
$ANDROID_API
/arch-arm
ANDROID_BIN
=
$ANDROID_NDK
/toolchains/arm-linux-androideabi-4.4.3/prebuilt/
*
-x86
/bin/
CROSS_COMPILE
=
${
ANDROID_BIN
}
/arm-linux-androideabi-
...
...
@@ -101,4 +106,5 @@ sh $VLC_SOURCEDIR/configure --host=arm-eabi-linux --build=x86_64-unknown-linux $
--disable-gl
\
--disable-gles1
--disable-gles2
\
--disable-goom
\
--disable-projectm
--disable-projectm
\
--enable-iomx
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