Mercurial > mplayer.hg
changeset 23127:6b1fb3b25e3d
Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.
author | diego |
---|---|
date | Thu, 26 Apr 2007 20:44:02 +0000 |
parents | 99dc21f992c3 |
children | 0c4b9bc10494 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Apr 26 20:37:24 2007 +0000 +++ b/configure Thu Apr 26 20:44:02 2007 +0000 @@ -6295,7 +6295,7 @@ _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO' test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes test "$_libpostproc" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1' -test "$_libpostproc_a" = yes && _def_libpostproc='#define USE_LIBPOSTPROC_A 1' +test "$_libpostproc_a" = yes && _def_libpostproc_a='#define USE_LIBPOSTPROC_A 1' test "$_libpostproc_so" = yes \ && _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' echores "$_libpostproc"