From 0458034c315f7d9e91e3ca5b71db3015b7f9a8c9 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Fri, 9 May 2008 01:12:55 +0000 Subject: [PATCH] avformat/Makefile, configure: fix --avformat-swscale and the removal of the ffmpeg 'lib' make target. git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1116 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/avformat/Makefile | 2 +- src/modules/avformat/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/avformat/Makefile b/src/modules/avformat/Makefile index 38bfbec..42180f7 100644 --- a/src/modules/avformat/Makefile +++ b/src/modules/avformat/Makefile @@ -37,7 +37,7 @@ all: $(TARGET) $(LOCAL_FFMPEG_OBJS): if [ $(LOCAL_FFMPEG) ] ; then \ - $(MAKE) -C ffmpeg lib ; \ + $(MAKE) -C ffmpeg ffmpeg ; \ fi $(TARGET): $(OBJS) $(LOCAL_FFMPEG_OBJS) diff --git a/src/modules/avformat/configure b/src/modules/avformat/configure index b00de77..284d10e 100755 --- a/src/modules/avformat/configure +++ b/src/modules/avformat/configure @@ -71,7 +71,7 @@ else enable_gpl="--enable-gpl" if [ "$swscale" != "" ] then - enable_swscale="--enable-swscaler" + enable_swscale="--enable-swscale" echo "SWSCALE=1" >> config.mak fi elif [ "$swscale" != "" ] -- 1.7.4.4