summaryrefslogtreecommitdiffstats
path: root/main/ffmpeg/fix-defines.patch
blob: 8479e8b8d353a190709aff40fc9b9becbbbca2c0 (plain)
1
2
3
4
5
6
7
8
9
10
--- ffmpeg-1.2.2.orig/libavutil/error.c
+++ ffmpeg-1.2.2/libavutil/error.c
@@ -17,6 +17,7 @@
  */
 
 #undef _GNU_SOURCE
+#define _XOPEN_SOURCE 600
 #include "avutil.h"
 #include "avstring.h"
 #include "common.h"