[FFmpeg-soc] [soc]: r5631 - libavfilter/Makefile
stefano
subversion at mplayerhq.hu
Thu Feb 25 22:04:26 CET 2010
Author: stefano
Date: Thu Feb 25 22:04:26 2010
New Revision: 5631
Log:
Add avfiltergraph.h to the public headers, it is intended to be part
of the public API.
Modified:
libavfilter/Makefile
Modified: libavfilter/Makefile
==============================================================================
--- libavfilter/Makefile Mon Feb 22 23:15:29 2010 (r5630)
+++ libavfilter/Makefile Thu Feb 25 22:04:26 2010 (r5631)
@@ -5,7 +5,7 @@ FFLIBS = avcodec avutil
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
-HEADERS = avfilter.h
+HEADERS = avfilter.h avfiltergraph.h
OBJS = allfilters.o \
avfilter.o \
More information about the FFmpeg-soc
mailing list