Search found 10 matches

Go to advanced search

by lscn
20 Aug 2012 12:55
Forum: Development around libVLC
Topic: Custom Module will not load 1.1.7
Replies: 11
Views: 1199

Re: Custom Module will not load 1.1.7

Salut Jean-Baptiste! I tried with -vvv too and still I get no logs... :-( Maybe I'm missing an important part of info for you... Recap: I have created a module for win32 with MingW (actually I just copied the demuxdump source code and compiled it into another lib!), which I'm trying to load on Windo...
by lscn
19 Aug 2012 17:22
Forum: Development around libVLC
Topic: Custom Module will not load 1.1.7
Replies: 11
Views: 1199

Re: Custom Module will not load 1.1.7

Salut Jean-Baptiste! The module is not in the list... I know it would have been good! ;-) The thing is that I get no log at all for that command: vlc --verbose --reset-plugins-cache --list I ran this on other machine with a prior version of VLC, namely 2.0.1 and I do get the list logged, but nothing...
by lscn
17 Aug 2012 22:41
Forum: Development around libVLC
Topic: Custom Module will not load 1.1.7
Replies: 11
Views: 1199

Re: Custom Module will not load 1.1.7

Salut Jean-Baptiste! :-) Thank you... But, there's really something wrong with my settings... If I run this command, as I mentioned before, I get nothing logged... Either I'm checking the wrong log or I'm missing a setting somewhere... I have set with the Windows GUI, in the Preferences -> Logs The ...
by lscn
16 Aug 2012 22:06
Forum: Development around libVLC
Topic: Custom Module will not load 1.1.7
Replies: 11
Views: 1199

Re: Custom Module will not load 1.1.7

Salut Jean-Baptiste! :-) Yes, this was my first idea, but I don't really know if I'm triggering the logs right... Here's the command line I'm using: vlc --verbose --module mymodule Here's the logs ouput: main debug: processing request item: null, node: Lista de reprodução, skip: 0 main debug: starti...
by lscn
14 Aug 2012 23:10
Forum: Development around libVLC
Topic: Custom Module will not load 1.1.7
Replies: 11
Views: 1199

Re: Custom Module will not load 1.1.7

Hi! :-) Can you please clarify what that naming convention is? In the wiki I could find the following: Recent versions of VLC require that the modules follow a specific naming convention or they will not be loaded. Modules must be named in the following format: libmodule_name_plugin.ext where module...
by lscn
14 Aug 2012 22:07
Forum: Development around libVLC
Topic: Linker errors with i686-w64-mingw32 on Ubuntu 12.04
Replies: 6
Views: 1594

Re: Linker errors with i686-w64-mingw32 on Ubuntu 12.04

Hey! :-)

Never mind!! Just noticed the order was wrong... :-$

Thanks for your help!
by lscn
14 Aug 2012 22:03
Forum: Development around libVLC
Topic: Linker errors with i686-w64-mingw32 on Ubuntu 12.04
Replies: 6
Views: 1594

Re: Linker errors with i686-w64-mingw32 on Ubuntu 12.04

Hi Rémi! :-) Thanks for coming back to me so fast... You're not linking the plugin against the libvlc core run-time. I would say I'm doing so, although indeed the symbols can't be found... on the safe side I tried to compile & link like below: $ gcc -Wall -std=gnu99 -I/home/lscn/include/vlc/plug...
by lscn
14 Aug 2012 12:40
Forum: Development around libVLC
Topic: Linker errors with i686-w64-mingw32 on Ubuntu 12.04
Replies: 6
Views: 1594

Re: Linker errors with i686-w64-mingw32 on Ubuntu 12.04

Hi Rémi!

How are you doing?

Well, I decided to have another go at this and just follow the instructions as above, using the Windows binaries.

I still have the following error:

/tmp/cc77N1wO.o:hello.c:(.text+0x386): undefined reference to `_vlc_Log'

Can you please help me out?

Thanks,
lscn
by lscn
06 Aug 2012 20:37
Forum: Development around libVLC
Topic: Linker errors with i686-w64-mingw32 on Ubuntu 12.04
Replies: 6
Views: 1594

Re: Linker errors with i686-w64-mingw32 on Ubuntu 12.04

Dear Rémi, Thank you so much for your fast reply and help (I noticed from other posts, you really put you really put a lot of effort into this). I read the link you posted several times, but it isn't clear to me how to work in a cross-compile situation (I'm sorry, but I'm not really comfortable with...
by lscn
05 Aug 2012 18:27
Forum: Development around libVLC
Topic: Linker errors with i686-w64-mingw32 on Ubuntu 12.04
Replies: 6
Views: 1594

Linker errors with i686-w64-mingw32 on Ubuntu 12.04

Hi all and thanks in advance for your help! :-) After one weekend of browsing through all the docs I could, I surrender... I have tried to cross compile an example plugin with VLC source code from current HEAD, revision 1.1.7 and 2.0.3. Either didn't succeed or the generated plugin didn't load. The ...

Go to advanced search