Browse Source

v4l: fix compilation

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Michael Niedermayer 13 years ago
parent
commit
2179b638e3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libavdevice/v4l.c

+ 0 - 3
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 */