Search found 11 matches

Go to advanced search

by gem-tos
28 Feb 2014 16:42
Forum: Development around libVLC
Topic: One input -> multiple INDEPENDENT output
Replies: 1
Views: 503

One input -> multiple INDEPENDENT output

Hello all, I have a project which consist of getting an encoded H264 stream from a capture board (I have already written an access-input module for this board) and have multiple independent output. For example : I start with only displaying my stream. By clicking on a button, I want to record this s...
by gem-tos
23 Apr 2013 09:29
Forum: Development around libVLC
Topic: Need help -- VLC plugin cross compilation
Replies: 2
Views: 620

Need help -- VLC plugin cross compilation

Hello all, I try to compile a plugin for windows under Linux OutOfTree. I have the following result : undefined reference to `_var_Inherit' undefined reference to `_vlc_Log' Here is my Makefile : PREFIX = /usr/i586-mingw32msvc-gcc LD = /usr/i586-mingw32msvc-gcc/bin/ld CC = i586-mingw32msvc-gcc INSTA...
by gem-tos
16 Jan 2013 15:21
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Re: Cross compile VLC Plugin

It's better But again : c: In function ‘XDeintBand8x8MMXEXT’: ../../../extras/package/win32/../../../modules/video_filter/deinterlace/algo_x.c:503: internal compiler error: Erreur de segmentation Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.h...
by gem-tos
16 Jan 2013 14:26
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Re: Cross compile VLC Plugin

I compile VLC with this compiler and I have no compiler segfault. This is weird. Does it happen everytime? Yes. Today I came back on my dev machine. Debian squeeze Same version mingw I manage all operation until I get Creating library file: .libs/libdvdread_plugin.dll.a CC liblibbluray_plugin_la-bl...
by gem-tos
16 Jan 2013 10:20
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Re: Cross compile VLC Plugin

Sorry :

i586-mingw32msvc-gcc (GCC) 4.4.4
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
by gem-tos
10 Jan 2013 10:16
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Re: Cross compile VLC Plugin

Hello,

I cannot find any information on how to set pkg-config path to cross compile out of tree vlc plugin.
Can somebody help me doing this ?

Thanks
by gem-tos
09 Jan 2013 17:09
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Re: Cross compile VLC Plugin

Hello all, I've few update. I decided to take another way. I manage to compile my plugin out of tree with a Makefile. Now, I will try to just cross compile my plugin. If I understand well, all I've to do is to correctly set pkg-config environment variables. But I don't know yet how to do this. Need ...
by gem-tos
08 Jan 2013 10:55
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Re: Cross compile VLC Plugin

Sorry for my late answer.
I think it's 32 bits version.
I will try today under Ubuntu 12.04 64 bits.
by gem-tos
04 Jan 2013 16:23
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Re: Cross compile VLC Plugin

I follow this wiki : http://wiki.videolan.org/Win32Compile#O ... _toolchain

So I guess my compiler is gcc-mingw32
by gem-tos
04 Jan 2013 16:16
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Re: Cross compile VLC Plugin

Here the error log. My linux is Ubuntu 11.10 in VB Creating library file: .libs/libswscale_plugin.dll.a CC libdeinterlace_plugin_la-deinterlace.lo CC libdeinterlace_plugin_la-merge.lo CC libdeinterlace_plugin_la-helpers.lo CC libdeinterlace_plugin_la-algo_basic.lo CC libdeinterlace_plugin_la-algo_x....
by gem-tos
04 Jan 2013 14:09
Forum: VLC media player for Windows Troubleshooting
Topic: Cross compile VLC Plugin
Replies: 18
Views: 1391

Cross compile VLC Plugin

Hello, I work in a company that make realtime hardware H.264 encoding card. I wrote a plugin to use them with VLC. Everything works fine on Linux (Debian squeeze). Now, I would like to cross compile the plugin for windows. Unfortunately, every attempt I made to cross compile VLC failed despite of re...

Go to advanced search