diff libmpcodecs/ad_hwac3.c @ 28445:c6cef3c6768f

Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris. patch by Imran Syed, freakabcd gmail com
author diego
date Sat, 07 Feb 2009 17:34:45 +0000
parents 606c3c97229c
children 0f1b5b68af32
line wrap: on
line diff
--- a/libmpcodecs/ad_hwac3.c	Sat Feb 07 15:40:07 2009 +0000
+++ b/libmpcodecs/ad_hwac3.c	Sat Feb 07 17:34:45 2009 +0000
@@ -5,7 +5,7 @@
    (see http://www.dtek.chalmers.se/~dvd/)
 */
 
-#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE 600
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>