mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 11:52:25 +01:00
11 lines
212 B
Diff
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"
|