Mercurial > mplayer.hg
changeset 9533:9c596857cbe0
fix for libgif TVT hack detection in configure patch by (Ambrose Li <a.c.li at ieee dot org>)
author | michael |
---|---|
date | Wed, 05 Mar 2003 10:28:32 +0000 |
parents | 0b4c387ddd4f |
children | 87e03d96a4cd |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Mar 05 10:23:52 2003 +0000 +++ b/configure Wed Mar 05 10:28:32 2003 +0000 @@ -3021,7 +3021,7 @@ 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 @@ else echores "enabled" fi -fi + ;; +esac if test "$_vesa" != no ; then