From 2f667a65798d10b3d812957e37e37ab2a13266dd Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 25 May 2009 12:18:19 +0200 Subject: [PATCH] Added script to configure FFMpeg for OMK build. --- configure4omk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 configure4omk diff --git a/configure4omk b/configure4omk new file mode 100755 index 000000000..f7348b5a6 --- /dev/null +++ b/configure4omk @@ -0,0 +1,12 @@ +if [ ! -e libswscale ] ; then + git clone git://git.ffmpeg.org/libswscale libswscale +fi + +if [ ! -e libswscale/Makefile.omk ] ; then + ( cd libswscale && ln -s ../libswscale-omk/Makefile.omk . ) +fi + +./configure + +cp config.mak config.mak-omk +echo >>config.mak-omk 'CFLAGS+=-DHAVE_AV_CONFIG_H $(OPTFLAGS)' -- 2.39.2