diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-05-01 13:18:57 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-05-13 20:02:01 +0200 |
commit | 449511740f06a4675b0066730fa45cdb764ffafc (patch) | |
tree | 97b5e0b8ca32c3d3b0cb564c5c8f4a5de8f04fd3 /libavfilter | |
parent | 9aa4592076d4dbb29d1198b0e258f9f85c0c00b5 (diff) | |
download | ffmpeg-449511740f06a4675b0066730fa45cdb764ffafc.tar.gz |
build: handle library dependencies in configure
Instead of setting FFLIBS in each library Makefile configure
exports FFLIBS-$library in config.mak.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 6537a8a21b..7b94f2252a 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -1,9 +1,4 @@ NAME = avfilter -FFLIBS = avutil -FFLIBS-$(CONFIG_ASYNCTS_FILTER) += avresample -FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec -FFLIBS-$(CONFIG_RESAMPLE_FILTER) += avresample -FFLIBS-$(CONFIG_SCALE_FILTER) += swscale HEADERS = avfilter.h \ avfiltergraph.h \ |