[FFmpeg-cvslog] configure: add missing CFLAGS to fix building on the HURD

Pino Toscano git at videolan.org
Wed Sep 7 15:16:23 CEST 2011


ffmpeg | branch: release/0.7 | Pino Toscano <pino at debian.org> | Fri Aug 12 14:11:21 2011 +0200| [b37131f798941af1eb88e2d550203bdebb8b4324] | committer: Reinhard Tartler

configure: add missing CFLAGS to fix building on the HURD

Signed-off-by: Reinhard Tartler <siretart at tauware.de>
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
(cherry picked from commit f60d13663742d1c695680ede83c4d646bc57d380)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b37131f798941af1eb88e2d550203bdebb8b4324
---

 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 5e40e08..b6e2ff9 100755
--- a/configure
+++ b/configure
@@ -2504,6 +2504,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



More information about the ffmpeg-cvslog mailing list