From 4e8dcd828f0d1809be3ba8a1f4cddd94a73a557d Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 21 Sep 2009 12:30:01 +0200 Subject: [PATCH] Do not use libswscale HEAD version, but older, that compiles with the demo --- configure4omk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure4omk b/configure4omk index f7348b5a6..a7871cd98 100755 --- a/configure4omk +++ b/configure4omk @@ -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 -- 2.39.2