[xiph-commits] r17785 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Tue Jan 18 21:37:53 PST 2011
Author: j
Date: 2011-01-18 21:37:53 -0800 (Tue, 18 Jan 2011)
New Revision: 17785
Modified:
trunk/ffmpeg2theora/get_ffmpeg.sh
Log:
fix typo
Modified: trunk/ffmpeg2theora/get_ffmpeg.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg.sh 2011-01-18 14:04:48 UTC (rev 17784)
+++ trunk/ffmpeg2theora/get_ffmpeg.sh 2011-01-19 05:37:53 UTC (rev 17785)
@@ -21,7 +21,7 @@
# load FFMPEG specific properties
. ./ffmpegrev
-test -e $FFMPEG_CO_DIR || git clone $FFPMEG_URL $FFMPEG_CO_DIR
+test -e $FFMPEG_CO_DIR || git clone $FFMPEG_URL $FFMPEG_CO_DIR
cd $FFMPEG_CO_DIR
#git pull -r $FFMPEG_REVISION
git pull
More information about the commits
mailing list