Browse Source

lavfi: fix Makefile HEADERS

Add a missing space between vsink_buffer.h and vsrc_buffer.h.
1000l.
tags/n0.8
Stefano Sabatini 14 years ago
parent
commit
c6e288a7cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/Makefile

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


Loading…
Cancel
Save