You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
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:
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
|
TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64 audiomatch
|
||||||
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options
|
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-yes) needs to be in linking order
|
||||||
FFLIBS-$(CONFIG_AVDEVICE) += avdevice
|
FFLIBS-$(CONFIG_AVDEVICE) += avdevice
|
||||||
|
Reference in New Issue
Block a user