Mercurial > mplayer.hg
changeset 28282:31849f6ac0c7
Sync with latest FFmpeg changes: #define disabled preprocessor directives
used by FFmpeg to 0 instead of leaving them undefined.
author | diego |
---|---|
date | Thu, 15 Jan 2009 15:56:24 +0000 |
parents | 234831aa5256 |
children | 4d269077c3dd |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jan 15 15:51:50 2009 +0000 +++ b/configure Thu Jan 15 15:56:24 2009 +0000 @@ -2490,7 +2490,7 @@ _have_yasm="yes" echores "$_yasm" else - _def_yasm='#undef HAVE_YASM' + _def_yasm='#define HAVE_YASM 0' fft_mmx="no" _have_yasm="no" echores "no" @@ -8194,6 +8194,7 @@ echo "#define ${_nprefix}_$part 1" echo "#define ENABLE_$part 1" else + echo "#define ${_nprefix}_$part 0" echo "#define ENABLE_$part 0" fi done