View the Most Wanted LQ Wiki articles.    
LinuxQuestions.org > Linux Wiki > Libavcodec

From LQWiki

Jump to: navigation, search

Some programs, for example vlc, have libavcodec as a dependency. To install libavcodec, simply install ffmpeg, that's all:

svn co svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure && make -j8 && make install


Personal tools
Sponsored Links