Commit 2179b638 authored by Michael Niedermayer's avatar Michael Niedermayer

v4l: fix compilation

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1d9569f9
......@@ -21,8 +21,6 @@
#include "avdevice.h"
#if FF_API_V4L
#undef __STRICT_ANSI__ //workaround due to broken kernel headers
#include "config.h"
#include "libavutil/rational.h"
......@@ -363,4 +361,3 @@ AVInputFormat ff_v4l_demuxer = {
.flags = AVFMT_NOFILE,
.priv_class = &v4l_class,
};
#endif /* FF_API_V4L */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment