diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-31 16:20:10 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-12 09:00:54 +0100 |
commit | 3167dc9515810bbdd86d99d773bcf84657d2e72a (patch) | |
tree | 304761a385570e0fd8766436fa6d50eac72b3918 /libavfilter/Makefile | |
parent | 43fe6a29050fc34848731aa220292587f7ace5bd (diff) | |
download | ffmpeg-3167dc9515810bbdd86d99d773bcf84657d2e72a.tar.gz |
lavfi: move version macros to a new installed header version.h
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 78c4692614..09865c148d 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -3,7 +3,7 @@ FFLIBS = avutil FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec FFLIBS-$(CONFIG_SCALE_FILTER) += swscale -HEADERS = avfilter.h avfiltergraph.h buffersrc.h vsrc_buffer.h +HEADERS = avfilter.h avfiltergraph.h buffersrc.h version.h vsrc_buffer.h OBJS = allfilters.o \ avfilter.o \ |