aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 19:30:08 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 19:30:47 +0200
commit83db71977700d3337c84d5945ac8b7e7ee881ac2 (patch)
tree9ac075329594821cf8853288fa1828e6b1fb5741 /libavfilter/Makefile
parente6c1791b471e4dd03d8fd33d02307d9d9eae948d (diff)
downloadffmpeg-83db71977700d3337c84d5945ac8b7e7ee881ac2.tar.gz
lavfi: make vsrc_buffer.h header public
Address trac issue #33.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 8ea3169841..8130ee4d20 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -6,7 +6,7 @@ FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
FFLIBS-$(CONFIG_MP_FILTER) += avcodec
-HEADERS = avcodec.h avfilter.h avfiltergraph.h
+HEADERS = avcodec.h avfilter.h avfiltergraph.h vsrc_buffer.h
OBJS = allfilters.o \
avfilter.o \