[xiph-commits] r9869 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Tue Aug 30 15:01:58 PDT 2005


Author: j
Date: 2005-08-30 15:01:56 -0700 (Tue, 30 Aug 2005)
New Revision: 9869

Modified:
   trunk/ffmpeg2theora/INSTALL
Log:
update INSTALL a bit

Modified: trunk/ffmpeg2theora/INSTALL
===================================================================
--- trunk/ffmpeg2theora/INSTALL	2005-08-30 21:28:16 UTC (rev 9868)
+++ trunk/ffmpeg2theora/INSTALL	2005-08-30 22:01:56 UTC (rev 9869)
@@ -4,7 +4,7 @@
 - the latest version of libtheora ( http://www.theora.org/files )
 - ffmpeg-cvs ( http://ffmpeg.sf.net ) / by running ./get_ffmpeg_cvs.sh
   configure it with i.e.
-  ./configure --enable-faad --disable-mp3lame --enable-pp --enable-a52  --enable-dts --enable-pthreads --disable-vhook --disable-v4l --disable-audio-oss --disable-dv1394  --disable-ffmpeg --disable-ffserver --disable-network --enable-gpl --enable-libogg --enable-vorbis --enable-theora
+  ./configure --disable-encoder --enable-faad --enable-pp --enable-a52  --enable-dts --enable-pthreads --disable-vhook --enable-gpl --enable-libogg --enable-vorbis --enable-theora
 
 if you did not install ffmpeg but want to staticly link it
 (recomended by ffmpeg developers) update PKG_CONFIG_PATH to
@@ -17,22 +17,8 @@
 make
 
 
-cross compiling with mingw32(out of date)
-----------------------------------------------
-
- you need to crosscompiled libvorbis,libogg,libtheora
-
- you need ffmpeg, to build it with other crosscompiled libs in /usr/local/win32:
- ./configure --prefix=/usr/local/win32/build  --enable-libogg --enable-vorbis --enable-theora --disable-mp3lame --enable-pp --enable-a52  --disable-pthreads --disable-vhook --disable-v4l --disable-audio-oss --disable-dv1394  --disable-ffmpeg --disable-ffserver --disable-network --enable-gpl --enable-mingw32  --cc=i586-mingw32msvc-gcc
- make
-
- to build ffmpeg2theora
- PREFIX=/usr/local/win32
- TARGET=i586-mingw32msvc
- PATH="$PREFIX/bin:$PREFIX/$TARGET/bin:$PATH"
- export PATH
- cache=cross-config.cache
- ./configure --cache-file="$cache" \
-         --target=$TARGET --host=$TARGET --build=i386-linux --prefix=$PREFIX \
-         --with-ffmpegprefix=/path/to/ffmpeg_src
-
+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 \
+ --enable-pp --enable-a52  --enable-gpl



More information about the commits mailing list