Skip to content

Commit

Permalink
Enable SIMD acceleration for JPEGDEC component (#86)
Browse files Browse the repository at this point in the history
* add define for jpegdec acceleration enable, remove original jpegdec submodule

* add esp-cpp jpegdec fork
  • Loading branch information
finger563 authored Aug 12, 2024
1 parent c8862f4 commit 1aac948
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = git@github.com:esp-cpp/espp
[submodule "components/jpegdec"]
path = components/jpegdec
url = git@github.com:bitbank2/JPEGDEC
url = https://github.com/esp-cpp/jpegdec
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ set(EXTRA_COMPONENT_DIRS
"components/espp/components"
)

# add compile definition ARDUINO_ARCH_ESP32, enabling jpegdec simd support
add_compile_definitions(ARDUINO_ARCH_ESP32)

### NES ###
set(NES_COMPONENTS "nes")

Expand Down
2 changes: 1 addition & 1 deletion components/jpegdec
Submodule jpegdec updated 1 files
+4 −1 CMakeLists.txt

0 comments on commit 1aac948

Please sign in to comment.