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

fix for libgif TVT hack detection in configure patch by (Ambrose Li <a.c.li at ieee dot org>)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9534 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-03-05 10:28:32 +00:00
parent 3532cd532e
commit 1815f7c64e

5
configure vendored
View File

@ -3021,7 +3021,7 @@ fi
echores "$_gif"
if test "$_gif" = yes ; then
case "$_gif" in yes*)
echocheck "broken giflib workaround"
_def_gif_tvt_hack='#define HAVE_GIF_TVT_HACK 1'
@ -3039,7 +3039,8 @@ EOF
else
echores "enabled"
fi
fi
;;
esac
if test "$_vesa" != no ; then