diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-03-03 22:51:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-03-03 22:51:30 +0000 |
commit | 6d4f53cbacbec4fc83f4f84d109c7c68abeecf4a (patch) | |
tree | 7fb4c6eab6fc1863929b9422824f261d0af6784a /libavfilter/Makefile | |
parent | 1ad1eaadd6be407d5ca78ad9d50028031ca37e65 (diff) | |
download | ffmpeg-6d4f53cbacbec4fc83f4f84d109c7c68abeecf4a.tar.gz |
Remove old scaler.
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 9da8f910bc..ccf7909c0b 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -1,8 +1,7 @@ include $(SUBDIR)../config.mak NAME = avfilter -FFLIBS = avcodec avutil -FFLIBS-$(CONFIG_SWSCALE) += swscale +FFLIBS = avcodec avutil swscale FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat HEADERS = avfilter.h |