Skip to content

Commit

Permalink
libopenmpt: update to 0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongfly authored and shinchiro committed Dec 31, 2024
1 parent 775291c commit 703d640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ to update flags which will pass on gcc, g++ and etc.
- Zip
- xvidcore (1.3.7)
- lzo (2.10)
- libopenmpt (0.7.8)
- libopenmpt (0.7.12)
- libiconv (1.18)
- ~~gmp (6.3.0)~~
- vapoursynth (R65/R63)
Expand Down
4 changes: 2 additions & 2 deletions packages/libopenmpt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ExternalProject_Add(libopenmpt
ogg
vorbis
libsdl2
URL https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.8+release.autotools.tar.gz
URL_HASH SHA256=87778C8046A226C6CBFB114F4C8E3E27C121B7B3DCCCE5CB7DE45899250274CC
URL https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.12+release.autotools.tar.gz
URL_HASH SHA256=79AB3CE3672601E525B5CC944F026C80C03032F37D39CAA84C8CA3FDD75E0C98
DOWNLOAD_DIR ${SOURCE_LOCATION}
CONFIGURE_COMMAND ${EXEC} autoreconf -fi && CONF=1 <SOURCE_DIR>/configure
--host=${TARGET_ARCH}
Expand Down

0 comments on commit 703d640

Please sign in to comment.