# HG changeset patch # User cehoyos # Date 1272356382 0 # Node ID 486781107898949e30bac6bc27ac632c393bad78 # Parent 3ce788bd776d548d3c2a3be11c2df1c9770c7d08 Fix compilation with live555 after libavutil r22965. diff -r 3ce788bd776d -r 486781107898 configure --- a/configure Sun Apr 25 20:05:22 2010 +0000 +++ b/configure Tue Apr 27 08:19:42 2010 +0000 @@ -8353,7 +8353,7 @@ fi fi -CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS" +CXXFLAGS=" $CFLAGS -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS" # This must be the last test to be performed. Any other tests following it # could fail due to linker errors. libdvdnavmini is intentionally not linked