Page 1 of 1

Problems with android compiling

Posted: 28 Nov 2013 02:07
by zhuchenyang
I followed the wiki https://wiki.videolan.org/AndroidCompile/ to compile for android.
Everything is OK at the first time, but when I comment out "--disable-sout" in the "configure.sh", I got a problem.

Code: Select all

SharedLibrary : libvlcjni.so /opt/android/android-ndk-r9/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: ./obj/local/armeabi-v7a/objs-debug/vlcjni/libvlcjni.o: in function vlc_static_modules:libvlcjni.c(.data.rel+0x4c): error: undefined reference to 'vlc_entry__access_output_udp'
Other module in the access_out like shout,http,livehttp is OK except udp.
Can anyone help? THX~

Re: Problems with android compiling

Posted: 09 Dec 2013 14:44
by Jean-Baptiste Kempf
Did you build the access_output_udp module?

Re: Problems with android compiling

Posted: 07 Jan 2014 03:51
by jason_lee
hi, friend, have your problem been solved?

Re: Problems with android compiling

Posted: 07 Jan 2014 03:54
by jason_lee
Did you build the access_output_udp module?
would you please tell me how to build access_output_udp module, thanks in advance.