]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - configure4omk
Do not use libswscale HEAD version, but older, that compiles with the demo
[frescor/ffmpeg.git] / configure4omk
1 if [ ! -e libswscale ] ; then
2   git clone --no-checkout git://git.ffmpeg.org/libswscale libswscale
3   ( cd libswscale; git checkout d319f20f99d9f9b266f7d5249971c4592b6e5504 )
4 fi
5
6 if [ ! -e libswscale/Makefile.omk ] ; then
7   ( cd libswscale && ln -s ../libswscale-omk/Makefile.omk . )
8 fi
9
10 ./configure
11
12 cp config.mak config.mak-omk
13 echo >>config.mak-omk 'CFLAGS+=-DHAVE_AV_CONFIG_H $(OPTFLAGS)'