Mercurial > mplayer.hg
changeset 35929:39e518664273
configure: Merge setting of global -I flags into setting of other CPPFLAGS.
author | diego |
---|---|
date | Wed, 20 Mar 2013 12:18:51 +0000 |
parents | 67c0f68b3370 |
children | 9f25b60fa81b |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Mar 20 12:18:37 2013 +0000 +++ b/configure Wed Mar 20 12:18:51 2013 +0000 @@ -1719,7 +1719,6 @@ fi fi -extra_cflags="-I. -Iffmpeg $extra_cflags" _timer=timer-linux.c _getch=getch2.c @@ -2721,7 +2720,7 @@ warn_cflags=yes fi -CFLAGS="-D_ISOC99_SOURCE $CFLAGS" +CFLAGS="-D_ISOC99_SOURCE -I. -Iffmpeg $CFLAGS" cpp_condition_check features.h "defined __GLIBC__" && CFLAGS="-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 $CFLAGS"