mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 17:40:30 +00:00
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:
parent
fa86df0f04
commit
b9578339d2
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user