GifDecoder Error

Hello,

I’m running into an error code I’m unsure of how to solve. I have all the proper libraries already set up as well.

Multiple libraries were found for “SD.h”
Used: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD
Not used: C:\Program Files (x86)\Arduino\libraries\SD
‘class GifDecoder<64, 64, 12>’ has no member named ‘setFileSizeCallback’

It seems like you have an old version of GifDecoder installed. Try deleting the library and installing again, and making sure version 1.1.0 shows up in your compile messages. If you’re still having issues please post the full compile messages

Yes it was the library, didn’t realize there was a newer one.

Thank you