Author: andre
Date: 2010-07-08 12:03:34 +0200 (Thu, 08 Jul 2010)
New Revision: 42834

Modified:
   openimages/trunk/FFmpeg-recipe.txt
Log:
added a note about including WebM/VP8 support



Modified: openimages/trunk/FFmpeg-recipe.txt
===================================================================
--- openimages/trunk/FFmpeg-recipe.txt  2010-07-08 07:04:59 UTC (rev 42833)
+++ openimages/trunk/FFmpeg-recipe.txt  2010-07-08 10:03:34 UTC (rev 42834)
@@ -82,4 +82,9 @@
   make
   sudo make install
 
+NOTE: WebM/VP8 support
+You can add WebM/VP8 support by including libvpx in one of the more recent 
checkouts of ffmpeg. Download a recente version of libvpx at 
http://code.google.com/p/webm/downloads/list, follow the steps like for one of 
the other libraries and include libvpx while building ffmpeg:
+
+   ./configure --prefix=/usr/local --enable-gpl --enable-nonfree 
--enable-shared --enable-postproc --enable-avfilter --enable-avfilter-lavf 
--enable-pthreads --enable-x11grab --enable-bzlib --enable-libmp3lame 
--enable-libtheora --enable-libvorbis --enable-libx264 --enable-zlib 
--enable-libfaac --enable-libfaad --enable-libvpx
+
 --André

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to