Search found 3 matches

Go to advanced search

by marrem
11 Jan 2009 21:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to build vlc with aac (mp4a) and mp3 support
Replies: 4
Views: 3456

Re: how to build vlc with aac (mp4a) and mp3 support

Indeed, they are. --with-ffmpeg-config is also deprecated. in config.log it would be good to check that it use the pkg-config method to detect the avcodec flags and not one of the other ones. Also you could check that libavcodec.pc has the -lfaac and -lmp3lame How then do I tell configure that I wa...
by marrem
11 Jan 2009 17:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to build vlc with aac (mp4a) and mp3 support
Replies: 4
Views: 3456

Re: how to build vlc with aac (mp4a) and mp3 support

Hi Xtophe, First i don't see the point to get x264 from debian multimedia and compile it then the ffmpeg detection in configure depends on pkg-config. So you should add a PKG_CONFIG_PATH=usr/local/lib/pkgconfig Then check config.log and vlc-config to see if -lmp3lame and -lfaac are correctly added t...
by marrem
10 Jan 2009 19:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to build vlc with aac (mp4a) and mp3 support
Replies: 4
Views: 3456

how to build vlc with aac (mp4a) and mp3 support

I wanted to build vlc with x264, aac and mp3 support. I have debian 'lenny' testing, and added the debian-multimedia repository. I have installed the vlc build-deps (with apt-get). I have installed the debian multimedia repos versions of libx264, libfaac and libmp3lame. I have built and installed x2...

Go to advanced search