Opened 20 years ago

Closed 19 years ago

Last modified 19 years ago

#31 closed defect (fixed)

When --enable-gif is run with ./configure, GIF_LIB in resulting config.mak is not set

Reported by: webmaster@… Owned by: alex@…
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 reimar, 20 years ago

I think this was fixed in CVS some time ago. Can you check again?

comment:2 by reimar, 19 years ago

Resolution: fixed
Status: newclosed

No reply, I assume it really was fixed.

Note: See TracTickets for help on using tickets.