[FFmpeg-devel] [PATCH] lavfi: make vsrc_buffer.h header public

Stefano Sabatini stefano.sabatini-lala at poste.it
Sun Apr 3 17:56:53 CEST 2011


Fix trac ticket #33.
---
 libavfilter/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 028aa52..b07d4a3 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 = avfilter.h avfiltergraph.h
+HEADERS = avfilter.h avfiltergraph.h vsrc_buffer.h
 
 OBJS = allfilters.o                                                     \
        avfilter.o                                                       \
-- 
1.7.2.3



More information about the ffmpeg-devel mailing list