1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-11 04:01:31 +00:00

Merge config.h variable declarations into libpostproc test.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23135 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-26 13:01:54 +00:00
parent 46b7fab49f
commit b0f268310c

16
configure vendored
View File

@ -6290,18 +6290,14 @@ EOF
fi fi
fi fi
_libpostproc=no _libpostproc=no
test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes
echores "$_libpostproc"
_def_libpostproc='#undef USE_LIBPOSTPROC' _def_libpostproc='#undef USE_LIBPOSTPROC'
_def_libpostproc_so='#undef USE_LIBPOSTPROC_SO' _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
if test "$_libpostproc_a" = yes ; then test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes
_def_libpostproc='#define USE_LIBPOSTPROC 1' test "$_libpostproc_a" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1'
else test "$_libpostproc_so" = yes \
if test "$_libpostproc_so" = yes ; then && _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
_def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' echores "$_libpostproc"
fi
fi
echocheck "md5sum support" echocheck "md5sum support"
if test "$_md5sum" = yes; then if test "$_md5sum" = yes; then