aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-08-26 01:55:08 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-26 01:55:20 +0200
commitc8b37fd03dd491895f37941e7ab3d1e5611d55ec (patch)
treecaaabd8878c8dc1575ac90b9b247fd6bfc180b79
parent878a7d1573d2031173a60efba453c558d826a506 (diff)
parentb37131f798941af1eb88e2d550203bdebb8b4324 (diff)
downloadffmpeg-c8b37fd03dd491895f37941e7ab3d1e5611d55ec.tar.gz
Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
* qatar/release/0.7: configure: add missing CFLAGS to fix building on the HURD Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f6d8415366..a877c2c6b9 100755
--- a/configure
+++ b/configure
@@ -2537,6 +2537,7 @@ case $target_os in
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
;;
gnu)
+ add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
;;
qnx)
add_cppflags -D_QNX_SOURCE