Mercurial > mplayer.hg
changeset 6115:52d3be44225b
gif support: added tests with the X11 libs (required by some lib(un)gif)
author | pl |
---|---|
date | Sat, 18 May 2002 09:21:35 +0000 |
parents | 34d5c9a67b94 |
children | 906f71d77191 |
files | configure |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat May 18 09:15:49 2002 +0000 +++ b/configure Sat May 18 09:21:35 2002 +0000 @@ -2350,6 +2350,12 @@ elif cc_check -lgif && "$TMPO" >> "$TMPLOG" ; then _gif=yes _ld_gif="-lgif" + elif cc_check -lungif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then + _gif=yes + _ld_gif="-lungif $_ld_x11" + elif cc_check -lgif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then + _gif=yes + _ld_gif="-lgif $_ld_x11" fi fi