avformat/Makefile, configure: fix --avformat-swscale and the removal of the
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 9 May 2008 01:12:55 +0000 (01:12 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 9 May 2008 01:12:55 +0000 (01:12 +0000)
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
src/modules/avformat/configure

index 38bfbec..42180f7 100644 (file)
@@ -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)
index b00de77..284d10e 100755 (executable)
@@ -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" != "" ]