summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-25 00:12:22 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-25 00:13:35 +0100
commit2179b638e3a495412d616272641742db42963aaf (patch)
tree3e430be4afc830356b15b789b9c9b5b2497d567e /libavdevice
parent1d9569f9e8361c3be06b9732c0b80639a51b4b87 (diff)
v4l: fix compilation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/v4l.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavdevice/v4l.c b/libavdevice/v4l.c
index 4b0e7198d6..2d260726bf 100644
--- a/libavdevice/v4l.c
+++ b/libavdevice/v4l.c
@@ -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 */