Lines Matching defs:FFLIBS
24 # $(FFLIBS-yes) needs to be in linking order
25 FFLIBS-$(CONFIG_AVDEVICE) += avdevice
26 FFLIBS-$(CONFIG_AVFILTER) += avfilter
27 FFLIBS-$(CONFIG_AVFORMAT) += avformat
28 FFLIBS-$(CONFIG_AVCODEC) += avcodec
29 FFLIBS-$(CONFIG_POSTPROC) += postproc
30 FFLIBS-$(CONFIG_SWRESAMPLE) += swresample
31 FFLIBS-$(CONFIG_SWSCALE) += swscale
33 FFLIBS := avutil
79 $(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c)) \
91 SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS \
113 $(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))