Mercurial > mplayer.hg
changeset 31056:486781107898
Fix compilation with live555 after libavutil r22965.
author | cehoyos |
---|---|
date | Tue, 27 Apr 2010 08:19:42 +0000 |
parents | 3ce788bd776d |
children | f42dfee67f63 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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