libgif detection extended

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6067 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-05-12 23:37:06 +00:00
parent a38bd0b7dd
commit 54027c1464
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2330,6 +2330,7 @@ if test "$_gif" = auto ; then
cat > $TMPC << EOF
#include <gif_lib.h>
int main(void) {
EGifPutExtensionFirst(NULL,0xFF, 11, NULL);
return 0;
}
EOF