[xiph-commits] r14525 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Mon Feb 18 11:50:09 PST 2008
Author: j
Date: 2008-02-18 11:50:07 -0800 (Mon, 18 Feb 2008)
New Revision: 14525
Modified:
trunk/ffmpeg2theora/get_ffmpeg_svn.sh
Log:
ffmpeg head compiles ok again
Modified: trunk/ffmpeg2theora/get_ffmpeg_svn.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg_svn.sh 2008-02-18 19:39:48 UTC (rev 14524)
+++ trunk/ffmpeg2theora/get_ffmpeg_svn.sh 2008-02-18 19:50:07 UTC (rev 14525)
@@ -11,5 +11,5 @@
#mingw32
uname | grep MINGW && options="$common --enable-memalign-hack --enable-mingw32 --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib $extra"
-svn co -r11076 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
+svn co svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg && ./configure $options && make
More information about the commits
mailing list