You want to watch a video clip. In Fedora 14 64-bit. This is how you do that.
sudo yum install lua-devel fribidi-devel
Obtain the source tarballs for:
When configuring a52dec, use the following configure command:
Before configuring libmad, edit the configure script, and around line 19100, there is a line that says:
Remove that line before configuring. Thanks http://www.linuxquestions.org/questions/linux-software-2/getting-make-***-%5Ball%5D-error-2-during-make-command-for-libmad-0-15-1b-743580
sudo yum install lua-devel fribidi-devel
Obtain the source tarballs for:
- vlc
- libmad
- ffmpeg, and
- a52dec
./configure --enable-postproc --enable-gpl \
--enable-shared --disable-static
When configuring a52dec, use the following configure command:
env CFLAGS="-fPIC" CPPFLAGS="-fPIC" ./configure \
--enable-shared=yes --enable-static=no
Before configuring libmad, edit the configure script, and around line 19100, there is a line that says:
optimize=$optimize -fforce-mem
Remove that line before configuring. Thanks http://www.linuxquestions.org/questions/linux-software-2/getting-make-***-%5Ball%5D-error-2-during-make-command-for-libmad-0-15-1b-743580
1 comment:
Thanks for the post. Is this for VLC2?
Post a Comment