aports/main/ffmpeg1/fix-defines.patch
Natanael Copa ecb9150a7f main/ffmpeg1: ffmpeg-1 for compat reasons
xbmc does not build against ffmpeg-2.0
2013-10-10 12:38:10 +00:00

11 lines
212 B
Diff

--- 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"