Search found 11 matches

Go to advanced search

by dprh
01 Oct 2017 23:35
Forum: Development around libVLC
Topic: ARMv8 missing libc++_shared.so
Replies: 2
Views: 926

Re: ARMv8 missing libc++_shared.so

Sorry, the problem is in another library which I added to the project.
by dprh
01 Oct 2017 00:49
Forum: Development around libVLC
Topic: ARMv8 missing libc++_shared.so
Replies: 2
Views: 926

ARMv8 missing libc++_shared.so

Hi, I compiled VLC for Android 2.1.13 and it's working without problem on ARMv7 phones but crashes on ARMv8 (Samsung S6, S7). Same behavior with ARMv7 and ARMv8 builds, error message: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/<app_name>/base....
by dprh
27 Nov 2016 15:37
Forum: VLC for iOS, iPadOS and Apple TV
Topic: incomplete definition picture_t
Replies: 1
Views: 333

Re: incomplete definition picture_t

solved problem by redownloading sources and rebuilding all.
I suppose a part of sources was compiled under Ubuntu 15.04 (before update) and another under 15.10...
by dprh
27 Nov 2016 01:30
Forum: VLC for iOS, iPadOS and Apple TV
Topic: incomplete definition picture_t
Replies: 1
Views: 333

incomplete definition picture_t

Hi, I'm trying to compile latest android version in console and get this error: CC packetizer/mpegvideo.lo ../../modules/arm_neon/chroma_yuv.c:60:5: error: incomplete definition of type 'struct picture_t' DEFINE_PACK(out, dst); ^~~~~~~~~~~~~~~~~~~~~ I moved to Ubuntu 15.10 in order to install latest...
by dprh
02 Oct 2015 23:40
Forum: VLC for Android and Chrome OS
Topic: clone module
Replies: 1
Views: 391

clone module

Hello, I need VLC in "VR mode" (stereographic display and direction tracking). The first step is to duplicate output. Is the "clone" module available on android interface? (creating 2 windows on the same display) I found in Preferences/Interface/Prefer clone but it's an option fo...
by dprh
02 Oct 2015 22:53
Forum: Development around libVLC
Topic: compile vlc for KitKat
Replies: 1
Views: 504

Re: compile vlc for KitKat

In fact there's no need to compile specifically for Android 4.4, build with the latest SDK works.
I was misleaded because Android Studio didn't launch the app when it got generated. Looks like a bug on Linux version...
by dprh
27 Sep 2015 18:43
Forum: Development around libVLC
Topic: compile vlc for KitKat
Replies: 1
Views: 504

compile vlc for KitKat

Hello, With some difficulty I managed to compile VLC for android. But the compiled version targets android 6.0 by default. When I modify target to SDK 19.1 in gradle.build I get compilation missing symbol errors like: java:26: error: cannot find symbol import android.media.AudioAttributes; Do I have...
by dprh
27 Sep 2015 18:35
Forum: Development around libVLC
Topic: android compile-libvlc undefined references
Replies: 3
Views: 709

Re: android compile-libvlc undefined references

I got sources from git again and everything was OK except the gettext required version to change from 0.19.3 to 0.19.2.
Probably I had missing prerequisites to setup configuration.
by dprh
20 Sep 2015 15:48
Forum: Development around libVLC
Topic: android compile-libvlc undefined references
Replies: 3
Views: 709

Re: android compile-libvlc undefined references

solved by adding hw_get_module to libhardware.symbols which was empty for some reason...
Next unresolved is android:MemoryDealer (used by iomx)

In fact for some reason all my *.symbol files are empty...
What is the procedure to populate them?
by dprh
19 Sep 2015 17:03
Forum: Development around libVLC
Topic: android compile-libvlc undefined references
Replies: 3
Views: 709

Re: android compile-libvlc undefined references

after installing dependencies with apt-get build-dep vlc I get only 1 left actually:
~/android/vlc/modules/video_output/android/nativewindowpriv.c:118: error: undefined reference to 'hw_get_module'
Any ideas?
by dprh
12 Sep 2015 17:21
Forum: Development around libVLC
Topic: android compile-libvlc undefined references
Replies: 3
Views: 709

android compile-libvlc undefined references

Hello, I have problems when building the android version on the latest Ubuntu version: The compile-libvlc.sh script complains about undefined references to avcodec functions (starting by avcodec_find_decoder) and ff_* (like ff_amv_decoder) after creating libvlcjni.so. Do I have some conflict with ot...

Go to advanced search