Makefile: Split ALLFFLIBS
This matches other lists and reduces conflicts between patches Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
c79bce92b8
commit
9d229440ac
9
Makefile
9
Makefile
@ -19,7 +19,14 @@ vpath %/fate_config.sh.template $(SRC_PATH)
|
||||
TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64 audiomatch
|
||||
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options
|
||||
|
||||
ALLFFLIBS = avcodec avdevice avfilter avformat avutil swscale swresample
|
||||
ALLFFLIBS = \
|
||||
avcodec \
|
||||
avdevice \
|
||||
avfilter \
|
||||
avformat \
|
||||
avutil \
|
||||
swscale \
|
||||
swresample \
|
||||
|
||||
# $(FFLIBS-yes) needs to be in linking order
|
||||
FFLIBS-$(CONFIG_AVDEVICE) += avdevice
|
||||
|
Loading…
x
Reference in New Issue
Block a user