Mercurial > mplayer.hg
comparison configure @ 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 |
comparison
equal
deleted
inserted
replaced
23126:99dc21f992c3 | 23127:6b1fb3b25e3d |
---|---|
6293 _def_libpostproc='#undef USE_LIBPOSTPROC' | 6293 _def_libpostproc='#undef USE_LIBPOSTPROC' |
6294 _def_libpostproc_a='#undef USE_LIBPOSTPROC_A' | 6294 _def_libpostproc_a='#undef USE_LIBPOSTPROC_A' |
6295 _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO' | 6295 _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO' |
6296 test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes | 6296 test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes |
6297 test "$_libpostproc" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1' | 6297 test "$_libpostproc" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1' |
6298 test "$_libpostproc_a" = yes && _def_libpostproc='#define USE_LIBPOSTPROC_A 1' | 6298 test "$_libpostproc_a" = yes && _def_libpostproc_a='#define USE_LIBPOSTPROC_A 1' |
6299 test "$_libpostproc_so" = yes \ | 6299 test "$_libpostproc_so" = yes \ |
6300 && _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' | 6300 && _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' |
6301 echores "$_libpostproc" | 6301 echores "$_libpostproc" |
6302 | 6302 |
6303 | 6303 |