[Help/Compile]"VLC source not found" though cloned src
Posted: 28 Nov 2012 11:49
I followed this guide: http://wiki.videolan.org/AndroidCompile#Get_VLC_Source
My aim: on Ubuntu 12.04 x64 --- compile/build vlc(apk) for Android Emulator
I've done at "~/Android" path
then (SDK & NDK is OK)
the following code is 200+MB and that's for General/x86, right?
(following log)
BTW
My aim: on Ubuntu 12.04 x64 --- compile/build vlc(apk) for Android Emulator
I've done
Code: Select all
git clone git://git.videolan.org/vlc-ports/android.git vlc
then (SDK & NDK is OK)
the following code is 200+MB and that's for General/x86, right?
(following log)
so that means "ANDROID_ABI=armeabi" and "NO_ARMV6=1" isn't catched by configure?zj@ubuntu:~/Android/vlc$ sh compile.sh
For an ARMv6 device without FPU, you need a build without FPU:
$ export NO_FPU=1
For an ARMv5 device or the Android emulator, you need an ARMv5 build:
$ export NO_ARMV6=1
If you plan to use a release build, run 'compile.sh release'
VLC source not found, cloning
Cloning into 'vlc'...
remote: Counting objects: 391445, done.
remote: Compressing objects: 100% (79616/79616), done.
remote: Total 391445 (delta 315446), reused 384729 (delta 309986)
Receiving objects: 100% (391445/391445), 202.84 MiB | 38 KiB/s, done.
Resolving deltas: 100% (315446/315446), done.
Checking out files: 100% (682/682), done.
Switched to a new branch 'android'
Applying the patches
Applying: libavcodec: add NEON runtime autodetection
Applying: libvlc: add language and frame rate to libvlc_media_track_info_t
Building the contribs
Guessing build system... x86_64-linux-gnu
Creating configuration file... config.mak
Bootstrap completed.
Run "make" to start compilation.
Other targets:
* make install same as "make"
* make prebuilt fetch and install prebuilt binaries
* make list list packages
* make fetch fetch required source tarballs
* make fetch-all fetch all source tarballs
* make distclean clean everything and undo bootstrap
* make mostlyclean clean everything except source tarballs
* make clean clean everything
* make package prepare prebuilt packages
...................
BTW