diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-01-25 16:11:32 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-01-25 16:12:52 +0100 |
commit | 4a68949cd841b077e20523bda1196a7558554dd9 (patch) | |
tree | ca3f4bef208d56fe3a77c12766a062f90ddfaedd /libavfilter/Makefile | |
parent | 668494acd8b20f974c7722895d4a6a14c1005f1e (diff) | |
download | ffmpeg-4a68949cd841b077e20523bda1196a7558554dd9.tar.gz |
lavfi: Makefile: cosmetics: align FFLIBS.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 23bff98ba6..b77a20cbef 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -3,13 +3,13 @@ include $(SUBDIR)../config.mak NAME = avfilter FFLIBS = avutil -FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec -FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec -FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec -FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec -FFLIBS-$(CONFIG_PAN_FILTER) += swresample -FFLIBS-$(CONFIG_SCALE_FILTER) += swscale -FFLIBS-$(CONFIG_MP_FILTER) += avcodec +FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec +FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec +FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec +FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec +FFLIBS-$(CONFIG_PAN_FILTER) += swresample +FFLIBS-$(CONFIG_SCALE_FILTER) += swscale +FFLIBS-$(CONFIG_MP_FILTER) += avcodec HEADERS = avcodec.h avfilter.h avfiltergraph.h buffersink.h version.h vsrc_buffer.h |