File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818// See the License for the specific language governing permissions and
1919// limitations under the License.
2020// ===========================================================================
21- #include " AnimatedGif .h"
21+ #include " AnimatedGIF .h"
2222
2323// Here is all of the actual code...
2424#include " gif.inl"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ idf_component_register(SRCS
44 "jpeg_encoder.cpp"
55 "gif_to_jpeg.cpp"
66 "uvc_streamer.cpp"
7- "AnimatedGif.cpp"
7+ "AnimatedGIF.cpp"
8+
89 PRIV_REQUIRES spi_flash
910 INCLUDE_DIRS ""
1011 EMBED_FILES "batman_robin.gif" )
Original file line number Diff line number Diff line change 77#include " freertos/FreeRTOS.h"
88
99
10- #include " AnimatedGif .h"
10+ #include " AnimatedGIF .h"
1111
1212static const char *TAG = " gif_to_jpeg" ;
1313
You can’t perform that action at this time.
0 commit comments