# HG changeset patch # User diego # Date 1232034984 0 # Node ID 31849f6ac0c72f3acbb2c2d691d1d06d1d756fcb # Parent 234831aa52568179c67804325988f79dcce1506b Sync with latest FFmpeg changes: #define disabled preprocessor directives used by FFmpeg to 0 instead of leaving them undefined. diff -r 234831aa5256 -r 31849f6ac0c7 configure --- 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