[FFmpeg-devel] Darwin gnu99
Michael Witten
mfwitten
Sun Oct 19 07:40:49 CEST 2008
Hello,
I had to make the following change to the configure script
in order to build on Mac OS X 10.5:
--- configure (revision 15641)
+++ configure (working copy)
@@ -1149,7 +1149,7 @@
TMPS="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.S"
TMPSH="${TMPDIR1}/ffmpeg-conf-${RANDOM}-$$-${RANDOM}.sh"
-check_cflags -std=c99
+check_cflags -std=gnu99
case "$arch" in
i386|i486|i586|i686|i86pc|BePC)
More information about the ffmpeg-devel
mailing list