Skip to content

Commit bd8dd60

Browse files
committed
Really fix case
1 parent 43b95d7 commit bd8dd60

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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"

streaming_gif/main/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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")

streaming_gif/main/gif_to_jpeg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "freertos/FreeRTOS.h"
88

99

10-
#include "AnimatedGif.h"
10+
#include "AnimatedGIF.h"
1111

1212
static const char *TAG = "gif_to_jpeg";
1313

0 commit comments

Comments
 (0)