Mercurial > mplayer.hg
comparison configure @ 6066:16d200b4fe8e
libgif detection extended
author | arpi |
---|---|
date | Sun, 12 May 2002 23:37:06 +0000 |
parents | 31e465fda59c |
children | 2090547cb015 |
comparison
equal
deleted
inserted
replaced
6065:1d792986b2a5 | 6066:16d200b4fe8e |
---|---|
2328 if test "$_gif" = auto ; then | 2328 if test "$_gif" = auto ; then |
2329 _gif=no | 2329 _gif=no |
2330 cat > $TMPC << EOF | 2330 cat > $TMPC << EOF |
2331 #include <gif_lib.h> | 2331 #include <gif_lib.h> |
2332 int main(void) { | 2332 int main(void) { |
2333 EGifPutExtensionFirst(NULL,0xFF, 11, NULL); | |
2333 return 0; | 2334 return 0; |
2334 } | 2335 } |
2335 EOF | 2336 EOF |
2336 if cc_check -lungif ; then | 2337 if cc_check -lungif ; then |
2337 if "$TMPO" >> "$TMPLOG" ; then | 2338 if "$TMPO" >> "$TMPLOG" ; then |