Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23145 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-26 20:44:02 +00:00
parent fa86df0f04
commit b9578339d2
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -6295,7 +6295,7 @@ _def_libpostproc_a='#undef USE_LIBPOSTPROC_A'
_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"