[FFmpeg-devel] [PATCH] Make avfiltergraph.h public.

Stefano Sabatini stefano.sabatini-lala
Sun Oct 17 20:34:45 CEST 2010


---
 libavfilter/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index a00c1a2..f7316cb 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -4,7 +4,7 @@ NAME = avfilter
 FFLIBS = avcodec avcore avutil
 FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
 
-HEADERS = avfilter.h
+HEADERS = avfilter.h avfiltergraph.h
 
 OBJS = allfilters.o                                                     \
        avfilter.o                                                       \
-- 
1.7.1




More information about the ffmpeg-devel mailing list