working on avi parsers

This commit is contained in:
2021-02-22 21:08:07 +01:00
parent 2e281f6d26
commit 2b35a340f9
5 changed files with 307 additions and 11 deletions

View File

@@ -19,6 +19,9 @@ INCLUDE_DIRECTORIES(
FILE(GLOB HEADERS
./*.h
./*/*.h
/apps/ESP8266lib/data/formats/avi/Demuxer.h
/apps/ESP8266lib/data/formats/avi/structs.h
)