summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-19 22:42:09 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-19 22:58:31 +0200
commitc6e288a7cd3f92d09a59671f81119c9643d8589c (patch)
treec81d8ed41b91ddb4110b886c367c51b393fd606d /libavfilter
parent44f669e7bc4f7f064e3f81d3596637a0e043b501 (diff)
downloadffmpeg-streaming-c6e288a7cd3f92d09a59671f81119c9643d8589c.zip
ffmpeg-streaming-c6e288a7cd3f92d09a59671f81119c9643d8589c.tar.gz
lavfi: fix Makefile HEADERS
Add a missing space between vsink_buffer.h and vsrc_buffer.h. 1000l.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 84a7ac3..461df37 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 vsink_buffer.hvsrc_buffer.h
+HEADERS = avcodec.h avfilter.h avfiltergraph.h vsink_buffer.h vsrc_buffer.h
OBJS = allfilters.o \
avfilter.o \
OpenPOWER on IntegriCloud