Skip to content

Commit

Permalink
Merge pull request #2333 from smdaa/master
Browse files Browse the repository at this point in the history
Fix Could NOT find MPG123 on Ubuntu 24.04 LTS
  • Loading branch information
richardeakin authored Oct 16, 2024
2 parents 9ee16dd + b520bd4 commit b6f8277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proj/cmake/modules/FindMPG123.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set( MPG123_FOUND false )

set( MPG123_INCLUDE_DIRS /opt/local/include /usr/local/include /usr/include )
set( MPG123_INCLUDE_DIRS /opt/local/include /usr/local/include /usr/include /usr/include/x86_64-linux-gnu )
set( MPG123_LIBRARY_DIRS /opt/local/lib /usr/local/lib /usr/lib )

set( MPG123_LIB_SUFFIXES lib x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu )
Expand Down

0 comments on commit b6f8277

Please sign in to comment.