#31 closed defect (fixed)
When --enable-gif is run with ./configure, GIF_LIB in resulting config.mak is not set
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | core |
Version: | 1.0pre5 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Test 1 (successful)
Basically as it says in the subject. While running this command:
root@secures MPlayer-1.0pre5 # ./configure
Gif usage is detected (I have both -lgif and -lungif):
Checking for GIF support ... yes
and config.mak has GIF_LIB set correctly:
GIF_LIB = -lungif
However, here's the trick:
Test 2 (failure)
root@secures MPlayer-1.0pre5 # ./configure --enable-gif
now here's the interesting part:
Checking for GIF support ... yes (old version, some encoding functions
disabled)
Checking for broken giflib workaround ... enabled
and now, lo and behold:
JPEG_LIB = -ljpeg
GIF_LIB =
SDL_LIB = -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
nothing is set for GIF_LIB and everything fails. I read the configure script
over and can't see anything off hand that would effect this. Thanks ahead of
time for any solutions!
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
No reply, I assume it really was fixed.
I think this was fixed in CVS some time ago. Can you check again?