]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Do not use libswscale HEAD version, but older, that compiles with the demo
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 21 Sep 2009 10:30:01 +0000 (12:30 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 21 Sep 2009 10:30:01 +0000 (12:30 +0200)
configure4omk

index f7348b5a61de628425c74cc9dd01b1b583556da3..a7871cd989b7904c2a9c9cfb4004a84552d15c76 100755 (executable)
@@ -1,5 +1,6 @@
 if [ ! -e libswscale ] ; then
-  git clone git://git.ffmpeg.org/libswscale libswscale
+  git clone --no-checkout git://git.ffmpeg.org/libswscale libswscale
+  ( cd libswscale; git checkout d319f20f99d9f9b266f7d5249971c4592b6e5504 )
 fi
 
 if [ ! -e libswscale/Makefile.omk ] ; then