Search found 5 matches

Go to advanced search

by erjaimer
14 May 2010 10:03
Forum: VLC media player for Windows Troubleshooting
Topic: minimal vlc for listen mp3 and mp4
Replies: 1
Views: 192

minimal vlc for listen mp3 and mp4

Hello , my OS is Windows 7 (but also xp)

I have a question. I only listen to music in MP3 and MP4 formats, then ..

Why do I need 53MB or more in plugins?

How I can know that I can delete and plugins which are not?

thanks.
by erjaimer
24 Mar 2010 11:16
Forum: Development around libVLC
Topic: I need help
Replies: 0
Views: 298

I need help

Hi , I'am C programmer and vlc beginner. My objetive is to create an application to play video. my application will be multiplataform. my application only plays video or playlist ( 5 or 6 videos maximum). What way to choose? to embeded vlc in my C++ code or to create vlc interface help me , please.
by erjaimer
23 Mar 2010 10:52
Forum: Development around libVLC
Topic: convert vlc in static library
Replies: 2
Views: 1404

Re: convert vlc in static library

HELLO,excuse me gentlemen , the question is wrong. I want to link libvlc and libvlccore in execution time.... more or less my script code is: #!/bin/bash LD_RUN_PATH=./lib:$LD_RUN_PATH export LD_RUN_PATH gcc -o hola vlc_sdl.c -L/usr/lib -lvlc -L./lib -lSDL but I noticed with ldd that libvlc.so depen...
by erjaimer
22 Mar 2010 17:50
Forum: Development around libVLC
Topic: convert vlc in static library
Replies: 2
Views: 1404

convert vlc in static library

Hi, I have a problem with vlc,my vlc vlc version is 1.0.5 : sudo ./configure --enable-shared=no --enable-static && make && make install I compile sdl example: gcc -o test vlc_sdl.c -lvlc -lvlccore -L/lib -lhal -ldbus-1 -lrt -lpthread -ldl -lm -lSDL ldd hola | grep vlc ----> OK!!! doe...
by erjaimer
16 Mar 2010 08:26
Forum: Development around libVLC
Topic: complie VLC QT C++ windows 7
Replies: 1
Views: 1052

Prueba esto:

hello, in this example: http://wiki.videolan.org/GenerateLibFromDll you can to generate a lib for to linker in any c/c++ project , it's wonderfull because you have (for example) vlc.h and vlc.lib and you can to link a your project in .Net,... etc and you don't compile and to install cywign because i...

Go to advanced search