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
Add #define _BSD_SOURCE where mplayer is not C99.
tags/n0.8
Michael Niedermayer
14 years ago
parent
e4852fb38d
commit
45c889a3ad
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavfilter/libmpcodecs/vf_detc.c
+1
-0
libavfilter/libmpcodecs/vf_divtc.c
+1
-0
libavfilter/libmpcodecs/vf_palette.c
+ 1
- 0
libavfilter/libmpcodecs/vf_detc.c
View File
@@ -16,6 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define _BSD_SOURCE //strdup
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+ 1
- 0
libavfilter/libmpcodecs/vf_divtc.c
View File
@@ -16,6 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define _BSD_SOURCE //strdup
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+ 1
- 0
libavfilter/libmpcodecs/vf_palette.c
View File
@@ -16,6 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define _BSD_SOURCE //strcasecmp
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Write
Preview
Loading…
Cancel
Save