FindGif: add giflib4 as one more name for the library under Windows

Alex
This commit is contained in:
Alex Neundorf 2011-07-27 20:40:39 +02:00
parent f97620e733
commit 2462f65085
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ FIND_PATH(GIF_INCLUDE_DIR gif_lib.h
)
# the gif library can have many names :-/
SET(POTENTIAL_GIF_LIBS gif libgif ungif libungif giflib)
SET(POTENTIAL_GIF_LIBS gif libgif ungif libungif giflib giflib4)
FIND_LIBRARY(GIF_LIBRARY
NAMES ${POTENTIAL_GIF_LIBS}