diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-05 22:18:06 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-14 10:59:56 +0100 |
commit | cf53c48615658a6019ffb7e8453913bbfd38cb27 (patch) | |
tree | 057130de0be170f00e82a862197730642e921344 /Makefile | |
parent | e897a633cded0a8f283114e22766790f48ae8fa7 (diff) | |
download | ffmpeg-cf53c48615658a6019ffb7e8453913bbfd38cb27.tar.gz |
build: move ALLFFLIBS to a more logical place
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ BASENAMES = ffmpeg ffplay ffprobe ffserver ALLPROGS = $(BASENAMES:%=%$(EXESUF)) ALLMANPAGES = $(BASENAMES:%=%.1) +ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale + FFLIBS-$(CONFIG_AVDEVICE) += avdevice FFLIBS-$(CONFIG_AVFILTER) += avfilter FFLIBS-$(CONFIG_AVFORMAT) += avformat |