summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-13 09:51:22 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-13 09:51:22 +0000
commit5aaea022abd257469e1693dd6b21ce64b7054983 (patch)
treeb3e4bdee7be0f5b5b141236a68595184555cc242 /libavfilter/Makefile
parent906eaab46042f6fc073697679d6d24c8c2592fe3 (diff)
Make avfiltergraph.h public.
Originally committed as revision 25740 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 f5465b25d5..254d4dbee1 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 \