[FFmpeg-cvslog] avconv: don't include vsrc_buffer.h, which doesn't exist anymore

Anton Khirnov git at videolan.org
Wed Jun 27 02:07:40 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Jun 26 14:33:01 2012 +0200| [b8c632a7204511cec4176dbdc8f2e5276b1ec3a2] | committer: Anton Khirnov

avconv: don't include vsrc_buffer.h, which doesn't exist anymore

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8c632a7204511cec4176dbdc8f2e5276b1ec3a2
---

 avconv.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/avconv.c b/avconv.c
index 27dabc0..ff06bce 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>



More information about the ffmpeg-cvslog mailing list