[FFmpeg-cvslog] avdevice/v4l: remove duplicate include

Michael Niedermayer git at videolan.org
Sat Sep 21 15:42:43 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Sep 21 15:04:04 2013 +0200| [d0c61571cfabd61f4446bae5634dcb22085c2a89] | committer: Michael Niedermayer

avdevice/v4l: remove duplicate include

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavdevice/v4l.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavdevice/v4l.c b/libavdevice/v4l.c
index e2f37d6..bf2c9e3 100644
--- a/libavdevice/v4l.c
+++ b/libavdevice/v4l.c
@@ -37,7 +37,6 @@
 #define _LINUX_TIME_H 1
 #include <linux/videodev.h>
 #include <time.h>
-#include "avdevice.h"
 
 typedef struct {
     AVClass *class;



More information about the ffmpeg-cvslog mailing list