Search found 4 matches

Go to advanced search

by afro
21 Jan 2010 20:14
Forum: Development around libVLC
Topic: M3U playlist and segmentation fault
Replies: 0
Views: 438

M3U playlist and segmentation fault

Hello, I try to play the m3u playlist file under my application. I read this post which is related with my problem http://mailman.videolan.org/pipermail/vlc-devel/2008-December/054167.html , and in accordance with its content I execute the following lines: /* Create the VLC instance */ inst = libvlc...
by afro
10 Dec 2009 13:00
Forum: General VLC media player Troubleshooting
Topic: VLC building process and path to the libavcodec
Replies: 3
Views: 3724

Re: VLC building process and path to the libavcodec

Solved! :)

The problem was that I've built only libavcodec library instead of all ffmpeg libraries.
I also added the following options to vlc configure script:

Code: Select all

PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ \ PKG_CONFIG=pkg-config \
Thanks for your hint.

--
Piotr
http://embedded-engineering.pl/
by afro
10 Dec 2009 12:15
Forum: General VLC media player Troubleshooting
Topic: VLC building process and path to the libavcodec
Replies: 3
Views: 3724

Re: VLC building process and path to the libavcodec

As you've suggested I set the PKG_CONFIG_PATH: piotr@ubuntu:~/mini2440/vlc$ export PKG_CONFIG_PATH=/home/piotr/mini2440/vlc/install-vlc-arm/lib/pkgconfig/ Now the pkg-config is able to find my libavcodec library: piotr@ubuntu:~/mini2440/vlc$ pkg-config --list-all | grep libavcodec libavcodec libavco...
by afro
06 Dec 2009 21:07
Forum: General VLC media player Troubleshooting
Topic: VLC building process and path to the libavcodec
Replies: 3
Views: 3724

VLC building process and path to the libavcodec

Hello, I try to build the vlc from scratch, but unfortunately I can't find any solution to this configuration error: ... checking for AVCODEC... no configure: error: Could not find libavcodec or libavutil. Use --disable-avcodec to ignore this error. ... Of course I have built before the ffmpeg libra...

Go to advanced search