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

Pino Toscano git at videolan.org
Sat Aug 13 03:18:02 CEST 2011


ffmpeg | branch: master | Pino Toscano <pino at debian.org> | Fri Aug 12 14:11:21 2011 +0200| [f60d13663742d1c695680ede83c4d646bc57d380] | 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>

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

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

diff --git a/configure b/configure
index 65839df..9c6ce0a 100755
--- a/configure
+++ b/configure
@@ -2498,6 +2498,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