From 2765fe5b4af71d51fc2382f244028f9f4c6335eb Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Thu, 14 May 2009 10:02:47 +0200 Subject: [PATCH] Added script to configure FFMpeg for OMK build. Signed-off-by: Pavel Pisa --- 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