avconv: don't include vsrc_buffer.h, which doesn't exist anymore
authorAnton Khirnov <anton@khirnov.net>
Tue, 26 Jun 2012 12:33:01 +0000 (14:33 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 26 Jun 2012 12:33:01 +0000 (14:33 +0200)
avconv.c

index 27dabc0..ff06bce 100644 (file)
--- a/avconv.c
+++ b/avconv.c
@@ -51,7 +51,6 @@
 # include "libavfilter/avfiltergraph.h"
 # include "libavfilter/buffersrc.h"
 # include "libavfilter/buffersink.h"
-# include "libavfilter/vsrc_buffer.h"
 
 #if HAVE_SYS_RESOURCE_H
 #include <sys/types.h>