Rémi Duraffort
|
717cbcefb1
|
Add a new Makefile to handle the jni lib directly.
That's not clean for the moment but it will simpler than a set of scripts.
More soon.
|
15 years ago |
Rémi Duraffort
|
c1bef60906
|
Android: add a configure script.
|
15 years ago |
Rémi Duraffort
|
a7fe0daeff
|
configure: simplification.
|
15 years ago |
Rémi Duraffort
|
88962322dd
|
Also compile a52 module.
|
15 years ago |
Dominique Martinet
|
8f8828aa93
|
opensles stuff - cleaning, permission change, and minor fix
|
15 years ago |
Adrien Maglo
|
8cb4a4c65f
|
Specify the android platform version for libvlcjni compilation.
|
15 years ago |
Adrien Maglo
|
5e42488d94
|
Add the Internet access permission to the vlc-android application.
Allow to play network streams.
|
15 years ago |
Adrien Maglo
|
4458207354
|
Libvlcjni and vlc-android changes and additions to display video output.
|
15 years ago |
Adrien Maglo
|
48ea622ddf
|
Compile the EGL video output module for Android.
|
15 years ago |
Dominique Martinet
|
4f8201ddf9
|
enable opensles for android and fixed the comment
|
15 years ago |
Dominique Martinet
|
e4824ee059
|
fixed __linux__ being defined by android's toolchain when it shouldn't be...
|
15 years ago |
Dominique Martinet
|
83a61615f0
|
first commit for OpenSLES support
|
16 years ago |
Dominique Martinet
|
19ccb737ef
|
more (and hopefully last) changes for new ndk and configure; for contrib and regular android build
|
16 years ago |
Dominique Martinet
|
96cbee61d1
|
New ndk paths for the real configure too, forgot to commit that one...
|
16 years ago |
Rémi Duraffort
|
477e6473f0
|
Compile some more modules.
|
16 years ago |
Adrien Maglo
|
b09b62498e
|
Add a button and methods to read /sdcard/test.mp3
Remove some compilation warning: a native point corresponds to a jint.
|
16 years ago |
Rémi Duraffort
|
deb96b2867
|
Fix HOWTO (thanks to Olivier Rosello).
|
16 years ago |
Rémi Duraffort
|
2ba46faaf2
|
Fix linking.
|
16 years ago |
Rémi Duraffort
|
16941507cb
|
Create a libVLC java class as an interface for all jni calls.
|
16 years ago |
Rémi Duraffort
|
11cdd63f56
|
Do not load unexisting libraries.
|
16 years ago |
Rémi Duraffort
|
14cdf5ccd6
|
Android.mk is now auto generated.
|
16 years ago |
Rémi Duraffort
|
dff6080e2a
|
Update the HOWTO.
|
16 years ago |
Rémi Duraffort
|
c475ae7901
|
Build every module statically inside libvlc.
|
16 years ago |
Adrien Maglo
|
985b5804f5
|
Remove the useless dynamic libvlc copy script.
|
16 years ago |
Rémi Duraffort
|
e247c52f47
|
Add a script to configure to take every plugins he can find. This is a hack as some library are harcoded and their existance is not tested !
|
16 years ago |
Rémi Duraffort
|
708299f8eb
|
use the vlc icons from share/icons/
|
16 years ago |
Rémi Duraffort
|
6a9d487343
|
update the android configure script.
|
16 years ago |
Dominique Martinet
|
873c177014
|
explicitly added 'export ANDROID_NDK=...' to the android HOWTO. fixed the indentation for ffmpeg too
|
16 years ago |
Dominique Martinet
|
4897f08276
|
fix for android's configure and HOWTO update
|
16 years ago |
Dominique Martinet
|
2979ed2690
|
changed android's configure.sh for ffmpeg from contrib
|
16 years ago |
Dominique Martinet
|
7da5930520
|
android's configure for ffmpeg. Wants ffpmeg stuff in extras/contrib/hosts/arm-eabi-linux/{lib,include,pkgconfig}
|
16 years ago |
Rémi Duraffort
|
4b87a880e5
|
Create the right directory for the libs in compileLibvlcjni too (and update the HOWTO).
|
16 years ago |
Adrien Maglo
|
833aaae184
|
Fix some typos in the how to.
|
16 years ago |
Adrien Maglo
|
ac80b0a656
|
Update the how to with the instruction for libvlcjni.
|
16 years ago |
Adrien Maglo
|
e06597c50b
|
Add a JNI library that can call libvlc functions.
For now, it is easier to compile it with the Android NDK.
|
16 years ago |
Dominique Martinet
|
0309fb4228
|
missing armeabi subfolder for libs destination
|
16 years ago |
Dominique Martinet
|
9da0c01c86
|
typo fix in copyLibVLC.sh for android package
|
16 years ago |
Adrien Maglo
|
8518102233
|
First attempt of an how to compile vlc for Android.
|
16 years ago |
Adrien Maglo
|
536e4b7e76
|
Add a script to copy in the right location the compiled libvlc files.
|
16 years ago |
Adrien Maglo
|
68e353ba6e
|
Add the vlc-android Java project.
|
16 years ago |
Adrien Maglo
|
10c809f4ae
|
Choose right host and build options.
Using these, no need to modify libtool.
Disable dbus.
|
16 years ago |
Dominique Martinet
|
ef3a9710a8
|
no pkg-tools and more disabled stuff in configure. Also a libtool bug that does not pass -nostdlib to the linker
|
16 years ago |
Dominique Martinet
|
97565eb0b5
|
added libgcc to LIBS in android's configure script
|
16 years ago |
Rémi Duraffort
|
b2f8130adc
|
Add a configure script for android.
|
16 years ago |