diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-26 14:33:01 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-26 14:33:01 +0200 |
commit | b8c632a7204511cec4176dbdc8f2e5276b1ec3a2 (patch) | |
tree | 11a62610253875594ac2a497366af8034730c50b | |
parent | 83ba22392d046a7dbec247860ad88d8113aac7b0 (diff) | |
download | ffmpeg-b8c632a7204511cec4176dbdc8f2e5276b1ec3a2.tar.gz |
avconv: don't include vsrc_buffer.h, which doesn't exist anymore
-rw-r--r-- | avconv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |