Search found 5 matches

Go to advanced search

by alexvlcprot
03 Oct 2014 10:04
Forum: VLC media player for Windows Troubleshooting
Topic: Win32Compile in Ubuntu14 (undefine reference to strtok)
Replies: 8
Views: 1469

Win32Compile in Ubuntu14 (undefine reference to strtok)

I'v been solving some issues and dependencies with libraries when compiling VLC2.2 for Windows on Ubuntu 14.01, but now I'm blocked with the next issue: /home/alex/Work/vlc/contrib/i686-w64-mingw32/lib/libx265.a(param.cpp.obj): In function `ZN4x26512parseCpuNameEPKcRb': /home/buildslave/vlc-contrib-...
by alexvlcprot
02 Oct 2014 17:08
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 2.2.0 git cross compile for win32 lib dvdread not found
Replies: 7
Views: 2180

Re: vlc 2.2.0 git cross compile for win32 lib dvdread not fo

Try to download and install: http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libdvdread.html Now, I'm having this issue: /home/alex/Work/vlc/contrib/i686-w64-mingw32/lib/libx265.a(param.cpp.obj): In function `ZN4x26512parseCpuNameEPKcRb': /home/buildslave/vlc-contrib-win32-x86/build/contrib...
by alexvlcprot
29 Sep 2014 12:22
Forum: VLC media player for macOS Troubleshooting
Topic: VLC Watermark (is it possible from stream_filter module?)
Replies: 0
Views: 314

VLC Watermark (is it possible from stream_filter module?)

Hi all,

I have an stream_filter module programmed which is working and I want (in some cases) to add a watermark.

Is it possible to do it in my module's code (maybe, in Open function)? I've only found command line usage for marq module...

Thanks.
by alexvlcprot
26 Sep 2014 15:30
Forum: VLC media player for macOS Troubleshooting
Topic: Adding new dylib plugin (not working Mac OSX)
Replies: 1
Views: 704

Re: Adding new dylib plugin (not working Mac OSX)

Solved!

I copied all necessary files to Frameworks or libs folders and I fixed all paths with install_name_tool (-change/-id) using @loader_path and it has worked.
by alexvlcprot
26 Sep 2014 10:06
Forum: VLC media player for macOS Troubleshooting
Topic: Adding new dylib plugin (not working Mac OSX)
Replies: 1
Views: 704

Adding new dylib plugin (not working Mac OSX)

Hi all, I'm new programming modules for VLC. I have programmed a VLC plugin (stream_filter) using QtCreator which decrypt some kind of files previously generated by me. I generated the dylib and I copied it to ...VLC.app/Contents/MacOS/plugins/ folder. I also changed the Info.plist file to adapt it ...

Go to advanced search