Search found 10 matches

Go to advanced search

by EricOnVlc
22 Jun 2007 12:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: configure: error: QT4 library not found
Replies: 4
Views: 1477

To make it working, you just need to do in a linux console the cmd

Code: Select all

QT4_LIBS=/usr/local/Trolltech/Qt-4.2.3/lib export QT4_LIBS
Hope it helps.
by EricOnVlc
10 Apr 2007 15:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Integration of libvlc within an Wxwidgets application
Replies: 6
Views: 2385

Hi all, I got some of my problems fixed. However I got some question with the function void libvlc_video_set_parent (libvlc_instance_t *, libvlc_drawable_t ,libvlc_exception_t *) This function is used for set the default video output parent. This settings will be used as default for all video output...
by EricOnVlc
06 Apr 2007 20:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 0.86 compilation error : liblamemp3
Replies: 2
Views: 753

If your system doesn't have Lame lib, you can also do an
sudo apt-cache search lame
and then install the good liblame from the list with the command
sudo apt-get install liblame... liblame...-dev ...
Then try to run again the make command. :roll:
by EricOnVlc
06 Apr 2007 20:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 0.86 compilation error : liblamemp3
Replies: 2
Views: 753

Hi, In order to go over this error, you can edit the file Makefile in ./extra/contrib/src/ So you edit ./extra/contrib/src/Makefile Look for cd ffmpeg; ./configure --enable-mp3lame --enable-faac --prefix=/home/user/vlc-0.8.6a/extras/contrib --extra-cflags="-I/home/user/vlc-0.8.6a/extras/contrib...
by EricOnVlc
06 Apr 2007 13:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Integration of libvlc within an Wxwidgets application
Replies: 6
Views: 2385

I forgot some informations.

My program is running under linux. => Kubuntu 6.06

I have compiled VLC 0.8.6.a by hand and used for my app libvlc.a from this compilation. I got no error during the compilation and the compiled VLC is working fine.

Any ideas?
by EricOnVlc
06 Apr 2007 12:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Integration of libvlc within an Wxwidgets application
Replies: 6
Views: 2385

Thanks, I already know that the GUI of VLC is in Wxwidget but I have really no idea how to integrate to my existing Wxwidget application. I try to use libvlc to implement Vlc inside my application. However my Vlc doesn't start when I m doing : libvlc_instance_t *_vlcinstance; _vlcinstance=libvlc_new...
by EricOnVlc
06 Apr 2007 12:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Noob wants to install VLC on PS3 (Solved thx)
Replies: 4
Views: 1754

Great, it's cool that you managed to install it. Maybe we should change the topic name with [solved] ??? About the fullscreen mode, you should use a gnome session at the login screen and not Enlightment desktop . If you go in through a GNOME session. It won't crash. Another nice link about VLC insta...
by EricOnVlc
05 Apr 2007 11:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Noob wants to install VLC on PS3 (Solved thx)
Replies: 4
Views: 1754

Hi,

You should maybe have a look at http://forums.qj.net/f-ps3-linux-283/t- ... 81670.html

You will maybe find some answers to how install Vlc on your ps3.

Good Luck
Eric
by EricOnVlc
05 Apr 2007 10:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Integration of libvlc within an Wxwidgets application
Replies: 6
Views: 2385

Integration of libvlc within an Wxwidgets application

Hi all, I was looking over the web and I found a nice tutorial to integrate Vlc to an Qt apps. http://doc.qtfr.org/post/2007/02/21/Integration-de-VLC I was wondering if anybody as already done it with an Wxwidget apps devel? I am using libvlc to integrate the player inside my wxwidget application. I...
by EricOnVlc
05 Apr 2007 10:05
Forum: VLC media player for Windows Troubleshooting
Topic: Can libvlc do this?
Replies: 4
Views: 935

Hello, Apparently you can easily integrate VLC inside a Qt project. Look at http://doc.qtfr.org/post/2007/02/21/Integration-de-VLC , it is in French but it's a nice tutorial. LibVLC Api over there : http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html Good luck Eric :wink:

Go to advanced search