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
avformat/unix: include sys/socket.h
unbreak android ndk r8 build Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer
12 years ago
parent
880c73cd76
commit
97e165cdae
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/unix.c
+ 1
- 0
libavformat/unix.c
View File
@@ -26,6 +26,7 @@
*
*/
#include <sys/socket.h>
#include <sys/un.h>
#include "libavutil/avstring.h"
Write
Preview
Loading…
Cancel
Save