[FFmpeg-cvslog] v4l: include avdevice.h
Anton Khirnov
git at videolan.org
Fri May 27 02:53:57 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu May 26 20:32:05 2011 +0200| [3d96c13e437e77a3220146aa466d89df52871fbd] | committer: Anton Khirnov
v4l: include avdevice.h
Fixes build.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d96c13e437e77a3220146aa466d89df52871fbd
---
libavdevice/v4l.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavdevice/v4l.c b/libavdevice/v4l.c
index 6742667..1be7adf 100644
--- a/libavdevice/v4l.c
+++ b/libavdevice/v4l.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "avdevice.h"
+
#if FF_API_V4L
#undef __STRICT_ANSI__ //workaround due to broken kernel headers
More information about the ffmpeg-cvslog
mailing list