mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 09:53:18 +00: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:
parent
c79bce92b8
commit
9d229440ac
1 changed files with 8 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue