This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavd/iec61883: Fix the include path for poll.h.
tags/n4.2
Carl Eugen Hoyos
6 years ago
parent
06f65a17a3
commit
70c68e654d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavdevice/iec61883.c
+ 1
- 1
libavdevice/iec61883.c
View File
@@ -23,7 +23,7 @@
* libiec61883 interface
*/
#include <
sys/
poll.h>
#include <poll.h>
#include <libraw1394/raw1394.h>
#include <libavc1394/avc1394.h>
#include <libavc1394/rom1394.h>
Write
Preview
Loading…
Cancel
Save