Search found 14 matches

Go to advanced search

by Exxor
08 Jun 2010 18:31
Forum: Development around libVLC
Topic: linking to additional DLL
Replies: 1
Views: 374

linking to additional DLL

I hope this is a question that relates to vlc. I want to make use of an additional dll in the vlc source code. To link to a library you should add the -L/PATH/TO/LIB -lfoo. But maybe because vlc makes use of autotools I can't seem to figure out where to enter this information :| Could someone please...
by Exxor
28 May 2010 15:49
Forum: Development around libVLC
Topic: Compile error after adding entry in demux/playlist module
Replies: 9
Views: 1219

Re: Compile error after adding entry in demux/playlist modul

Yes, thank you so much, I simply forgot to bootstrap... Feels like you're looking for your keys while they're in your hand... anyway, it's working :D
by Exxor
27 May 2010 19:14
Forum: Development around libVLC
Topic: Compile error after adding entry in demux/playlist module
Replies: 9
Views: 1219

Re: Compile error after adding entry in demux/playlist modul

hmm, So in order to send the patch I installed it in Unix. I finally got that setup to crosscompile to win32, but now with the corrected code I get an error in this setup. Creating library file: .libs/libplaylist_plugin.dll.a .libs/libplaylist_plugin_la-playlist.o: In function `vlc_entry__1_2_0a': /...
by Exxor
25 May 2010 17:38
Forum: Development around libVLC
Topic: Compile error after adding entry in demux/playlist module
Replies: 9
Views: 1219

Re: Compile error after adding entry in demux/playlist modul

After sending the patch to the mailing list, Jakob was so kind as to tell me I was using a depricated function being "input_item_AddSubItem". Thanks :)
by Exxor
20 May 2010 20:51
Forum: Development around libVLC
Topic: Compile error after adding entry in demux/playlist module
Replies: 9
Views: 1219

Re: Compile error after adding entry in demux/playlist modul

ah, sorry...

I've resubmitted the patch and from what I can tell, only the 5 files that are changed are actually in the patch. I added them individually justto be sure.
by Exxor
20 May 2010 15:57
Forum: Development around libVLC
Topic: Compile error after adding entry in demux/playlist module
Replies: 9
Views: 1219

Re: Compile error after adding entry in demux/playlist modul

Sorry for the delay, but I couldn't get it (sending a patch) to work on windows. I installed an Ubuntu machine and it (fortunately, I think) shows the same behaviour. I've send a patch to the vlc-devel list called "[PATCH] Added playlist demuxer called BITPLS.c.". I tried to read all the c...
by Exxor
06 May 2010 18:24
Forum: Development around libVLC
Topic: Compile error after adding entry in demux/playlist module
Replies: 9
Views: 1219

Compile error after adding entry in demux/playlist module

Hi, I'm trying to add a playlist demuxer in the demux/playlist module. But after adding it, compiling it generates an error, being: playlist.c: In function `vlc_entry__1_1_0g': playlist.c:61: error: implicit declaration of function `change_internal' playlist.c:63: error: syntax error before "vl...
by Exxor
19 Apr 2010 16:07
Forum: Development around libVLC
Topic: problem compiling projects/mozilla section
Replies: 2
Views: 439

Re: problem compiling projects/mozilla section

Yup, i figured out how to update it (just for future reference):

-download from http://releases.mozilla.org/pub/mozilla ... 32.sdk.zip
-extract into /usr/win32/gecko-sdk
-make

est voila,all done :)
by Exxor
16 Apr 2010 19:18
Forum: Development around libVLC
Topic: problem compiling projects/mozilla section
Replies: 2
Views: 439

problem compiling projects/mozilla section

When trying to compile projects/mozilla I get the following error: vlcplugin.cpp:240: error: 'const struct _NPString' has no member named 'UTF8Characters' The code I'm trying to compile is a clone from git://git.videolan.org/vlc.git I'm running mingw/msys on win7. I asked a simular question on IRC a...
by Exxor
29 Jan 2010 17:20
Forum: Development around libVLC
Topic: plugin custom playlist
Replies: 1
Views: 392

plugin custom playlist

Hi, I'm trying to make a custom playlist that I can open in VLC. Sofar I gathered that I will need to add a file to the modules/demux/playlist dir. Probably one very simular to the pls demuxer. But I can't find where the code is that desides which demuxer(.c file) is used for each file. Or better ye...
by Exxor
12 Jan 2010 13:25
Forum: VLC media player for Windows Troubleshooting
Topic: small typo in MSYS install wiki
Replies: 0
Views: 115

small typo in MSYS install wiki

In the wiki where there's a howto on compiling VLC for windows with MSYS (http://wiki.videolan.org/Win32CompileMSYSNew) I think there's a typo on the line: mv /mingw/bin/g++-sjlj.exe /mingw/bin/c++.exe that should be mv /mingw/bin/c++-sjlj.exe /mingw/bin/c++.exe I tried to put it in the discussion p...
by Exxor
23 Dec 2009 18:42
Forum: VLC media player for Windows Troubleshooting
Topic: error on compiling during bootstrap
Replies: 9
Views: 2639

Re: error on compiling during bootstrap

Some additional info -I assumed "mv /mingw/bin/g++-sjlj.exe /mingw/bin/c++.exe" was a typo and entered "mv /mingw/bin/c++-sjlj.exe /mingw/bin/c++.exe" -I got the source from [url]git://git.videolan.org/vlc.git[/url] -I got http://people.videolan.org/~jb/Contribs/contrib-20091208-...
by Exxor
23 Dec 2009 15:23
Forum: VLC media player for Windows Troubleshooting
Topic: error on compiling during bootstrap
Replies: 9
Views: 2639

Re: error on compiling during bootstrap

$ automake --version
automake (GNU automake) 1.11

$ autoconf --version
autoconf (GNU Autoconf) 2.63
by Exxor
22 Dec 2009 18:45
Forum: VLC media player for Windows Troubleshooting
Topic: error on compiling during bootstrap
Replies: 9
Views: 2639

error on compiling during bootstrap

I get the following result when trying to execute "PATH=/usr/win32/bin:$PATH ./bootstrap " from http://wiki.videolan.org/Win32CompileMSYSNew : $ PATH=/usr/win32/bin:$PATH ./bootstrap ++ dirname ./bootstrap + cd . + ACLOCAL_ARGS='-I m4 ' + test -d extras/contrib/bin ++ uname -s + test .MING...

Go to advanced search