summaryrefslogtreecommitdiff
path: root/debian/patches/dyson-strerror_r.patch
blob: de9e683ee2ec5a8eeef9eddd26b7ee6af60530b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Description: really use XSI strerror_r.
  __EXTENSIONS__ enables _GNU_SOURCE on Dyson.
--- ffmpeg-3.2.5.orig/libavutil/error.c
+++ ffmpeg-3.2.5/libavutil/error.c
@@ -17,6 +17,7 @@
  */
 
 #undef _GNU_SOURCE
+#undef __EXTENSIONS__
 #define _XOPEN_SOURCE 600 /* XSI-compliant version of strerror_r */
 #include "avutil.h"
 #include "avstring.h"