[FFmpeg-cvslog] lavfi: fix Makefile HEADERS

Stefano Sabatini git at videolan.org
Sun Jun 19 23:05:31 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sun Jun 19 22:42:09 2011 +0200| [c6e288a7cd3f92d09a59671f81119c9643d8589c] | committer: Stefano Sabatini

lavfi: fix Makefile HEADERS

Add a missing space between vsink_buffer.h and vsrc_buffer.h.
1000l.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c6e288a7cd3f92d09a59671f81119c9643d8589c
---

 libavfilter/Makefile |    2 +-
 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                                                       \



More information about the ffmpeg-cvslog mailing list