Commit 15379c2b authored by Stefano Sabatini's avatar Stefano Sabatini

Require libswscale only if the scale filter is used.

Although with several limitations, lavfi can be compiled and used
without the scale filter.

Originally committed as revision 24570 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 46eed2c8
include $(SUBDIR)../config.mak
NAME = avfilter
FFLIBS = avcodec avcore avutil swscale
FFLIBS = avcodec avcore avutil
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
HEADERS = avfilter.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment