summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-06-26 14:33:01 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-26 14:33:01 +0200
commitb8c632a7204511cec4176dbdc8f2e5276b1ec3a2 (patch)
tree11a62610253875594ac2a497366af8034730c50b /avconv.c
parent83ba22392d046a7dbec247860ad88d8113aac7b0 (diff)
avconv: don't include vsrc_buffer.h, which doesn't exist anymore
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index 27dabc01f8..ff06bceafd 100644
--- 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>