OSDN Git Service

lavfi: fix Makefile HEADERS
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 19 Jun 2011 20:42:09 +0000 (22:42 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 19 Jun 2011 20:58:31 +0000 (22:58 +0200)
Add a missing space between vsink_buffer.h and vsrc_buffer.h.
1000l.

libavfilter/Makefile

index 84a7ac3..461df37 100644 (file)
@@ -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                                                       \