[xiph-commits] r10353 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Mon Nov 7 06:29:58 PST 2005


Author: j
Date: 2005-11-07 06:29:53 -0800 (Mon, 07 Nov 2005)
New Revision: 10353

Modified:
   trunk/ffmpeg2theora/INSTALL
Log:
add svn info

Modified: trunk/ffmpeg2theora/INSTALL
===================================================================
--- trunk/ffmpeg2theora/INSTALL	2005-11-07 06:38:06 UTC (rev 10352)
+++ trunk/ffmpeg2theora/INSTALL	2005-11-07 14:29:53 UTC (rev 10353)
@@ -1,4 +1,15 @@
-compiling with configure/make
+Compiling from SVN
+------------------
+If you downloaded through SVN, you will not already have a ./configure 
+script. You will need to build one.
+You will need:
+automake 1.6 or later
+libtools
+then run ./autogen.sh
+Then build as you would from a tarball.
+
+
+Compiling from tarball:
 ---------------------------------
 you need
 - the latest version of libtheora ( http://www.theora.org/files )
@@ -17,7 +28,8 @@
 make
 
 
-compinling on windows using mingw32:
+Compinling on windows using mingw32:
+---------------------------------
 you have to compile libvorbis, libogg, libtheora
 configure ffmpeg like this:
 ./configure --disable-encoder --enable-libogg --enable-vorbis --enable-theora \



More information about the commits mailing list