Search found 7 matches

Go to advanced search

by masticover
07 Mar 2018 12:30
Forum: Development around libVLC
Topic: Win32Compile in Ubuntu/Debian
Replies: 8
Views: 1414

Re: Win32Compile in Ubuntu/Debian

Any help here?

Thanks.
by masticover
20 Feb 2018 11:51
Forum: Development around libVLC
Topic: Win32Compile in Ubuntu/Debian
Replies: 8
Views: 1414

Re: Win32Compile in Ubuntu/Debian

Hi Rémi, Yes, we both agree about that ;) The question is why Vlc (ie, Win32 LoadLibrary()) does not load the module when using a dummy function from a dummy class? For example, here is the code of the class Utils: Utils.h #include <cstdio> #include <string> #include <stdlib.h> bool checkLoad(); Uti...
by masticover
16 Feb 2018 09:17
Forum: Development around libVLC
Topic: Win32Compile in Ubuntu/Debian
Replies: 8
Views: 1414

Re: Win32Compile in Ubuntu/Debian

This is really weird :S Creating a sample Out of tree module, Vlc loads it if it's created in one file, but not if it uses another file/library. I mean: - Vlc loads the module if I have a single file: mydemofilter_plugin.cpp - Vlc does NOT load the module if I use a function from another library/fil...
by masticover
13 Feb 2018 13:50
Forum: Development around libVLC
Topic: Win32Compile in Ubuntu/Debian
Replies: 8
Views: 1414

Re: Win32Compile in Ubuntu/Debian

Hi, Finally, I managed to compile VLC on the 3.0 branch, as follow: 1. Cloning 3.0.0 branch. 2. Modifying files "rules.mak" in vlc/contrib/src/d3d9 and vlc/contrib/src/d3d11: change "wine" to "wine-development" inside them. 3. Execute build scritp: ./extras/package/win3...
by masticover
24 Jan 2018 13:28
Forum: Development around libVLC
Topic: Win32Compile in Ubuntu/Debian
Replies: 8
Views: 1414

Re: Win32Compile in Ubuntu/Debian

Hi, Thanks for the answer Jean-Baptiste. 1. With the docker image, trying to build the container (in "vlc-debian-win32" folder): docker build -t vlc_win32 . This gives me the following error (after almost an hour of compilation): make[1]: *** [s-attrtab] Killed make[1]: *** Waiting for unf...
by masticover
23 Jan 2018 14:43
Forum: Development around libVLC
Topic: Win32Compile in Ubuntu/Debian
Replies: 8
Views: 1414

Win32Compile in Ubuntu/Debian

Hello everyone, The cross-compilation of VLC in Ubuntu/Debian is being really frustrating and discouraging. Let's me explain. Following the guide from https://wiki.videolan.org/Win32Compile/: Ubuntu 14.04 is too old to compile VLC ... Ok, I will use Ubuntu 16.04. After installing Mingw-w64 toolchain...
by masticover
23 Jan 2018 12:24
Forum: Development around libVLC
Topic: Win32Compile instructions
Replies: 2
Views: 1365

Re: Win32Compile instructions

Also needed flex, bison... lots of errors...

Go to advanced search