summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 19:30:08 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-22 19:30:47 +0200
commit83db71977700d3337c84d5945ac8b7e7ee881ac2 (patch)
tree9ac075329594821cf8853288fa1828e6b1fb5741 /libavfilter
parente6c1791b471e4dd03d8fd33d02307d9d9eae948d (diff)
lavfi: make vsrc_buffer.h header public
Address trac issue #33.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavfilter/avfilter.h2
2 files changed, 2 insertions, 2 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 \
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 1c4b8d6cb8..cee5bbc114 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -26,7 +26,7 @@
#include "libavutil/samplefmt.h"
#define LIBAVFILTER_VERSION_MAJOR 2
-#define LIBAVFILTER_VERSION_MINOR 9
+#define LIBAVFILTER_VERSION_MINOR 10
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \