Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 21:30:08 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 21:30:47 +0400
commit83db71977700d3337c84d5945ac8b7e7ee881ac2 (patch)
tree9ac075329594821cf8853288fa1828e6b1fb5741 /libavfilter/Makefile
parente6c1791b471e4dd03d8fd33d02307d9d9eae948d (diff)
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 \