avformat/Makefile, configure: fix --avformat-swscale and the removal of the
[melted] / src / modules / avformat / Makefile
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)