CONFIGURE: fixed copy and paste error for gif support

This commit is contained in:
Martin Gerhardy 2021-04-10 18:42:26 +02:00
parent 28544b4b58
commit ea49b39d66

2
configure vendored
View File

@ -273,7 +273,7 @@ add_feature jpeg "JPEG" "_jpeg"
add_feature mpeg2 "mpeg2" "_mpeg2"
add_feature opengl_game_shaders "OpenGL with shaders" "_opengl_game_shaders"
add_feature png "PNG" "_png"
add_feature png "GIF" "_gif"
add_feature gif "GIF" "_gif"
add_feature theoradec "libtheoradec" "_theoradec"
add_feature tinygl "TinyGL" "_tinygl"
add_feature vorbis "Vorbis file support" "_vorbis _tremor"