gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12284: add -D__STDC_CONSTANT_MACROS


From: John Wimer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12284: add -D__STDC_CONSTANT_MACROS to ffmpeg cflags
Date: Fri, 09 Jul 2010 12:17:17 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12284
committer: John Wimer <address@hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 12:17:17 +0200
message:
  add -D__STDC_CONSTANT_MACROS to ffmpeg cflags
modified:
  macros/ffmpeg.m4
=== modified file 'macros/ffmpeg.m4'
--- a/macros/ffmpeg.m4  2010-05-19 18:02:36 +0000
+++ b/macros/ffmpeg.m4  2010-07-09 10:17:17 +0000
@@ -258,7 +258,7 @@
   fi
 
   LIBAVCODEC_IDENT=${ffmpeg_version}
-  FFMPEG_CFLAGS="${ac_cv_path_ffmpeg_incl}"
+  FFMPEG_CFLAGS="-D__STDC_CONSTANT_MACROS ${ac_cv_path_ffmpeg_incl}"
 
   AC_MSG_CHECKING([for avformat.h])
   if test -f "${ffmpeg_top_incl}/avformat.h"; then


reply via email to

[Prev in Thread] Current Thread [Next in Thread]