Lines Matching refs:FFLIBS
22 FFLIBS-$(CONFIG_AVDEVICE) += avdevice
23 FFLIBS-$(CONFIG_AVFILTER) += avfilter
24 FFLIBS-$(CONFIG_AVFORMAT) += avformat
25 FFLIBS-$(CONFIG_AVCODEC) += avcodec
26 FFLIBS-$(CONFIG_AVRESAMPLE) += avresample
27 FFLIBS-$(CONFIG_POSTPROC) += postproc
28 FFLIBS-$(CONFIG_SWRESAMPLE) += swresample
29 FFLIBS-$(CONFIG_SWSCALE) += swscale
31 FFLIBS := avutil macro
75 $(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c)) \
86 SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS \
107 $(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))