mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-05 11:36:37 +00:00
v4l: fix compilation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1d9569f9e8
commit
2179b638e3
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user