Skip to content

Commit

Permalink
Merge branch 'master' into rte/audio_tests_update
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeakin committed Oct 17, 2024
2 parents f1cfd0a + b6f8277 commit ad06874
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 ad06874

Please sign in to comment.