Skip to content

Commit

Permalink
Update darwin.cmake for libsndfile >= 1.2.1.
Browse files Browse the repository at this point in the history
In libsndfile 1.2.1 and 1.2.2, the spelling of "mpg123" in the cmake
variable names was changed to lowercase.
  • Loading branch information
Benjamin Moody committed Jul 26, 2024
1 parent 7028ecb commit 3a7d7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions darwin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ set(OPUS_INCLUDE_DIR $ENV{OPUS_INCLUDE})
set(MP3LAME_LIBRARY $ENV{MP3LAME_LIBS})
set(MP3LAME_INCLUDE_DIR $ENV{MP3LAME_INCLUDE})

set(MPG123_LIBRARY $ENV{MPG123_LIBS})
set(MPG123_INCLUDE_DIR $ENV{MPG123_INCLUDE})
set(mpg123_LIBRARY $ENV{MPG123_LIBS})
set(mpg123_INCLUDE_DIR $ENV{MPG123_INCLUDE})

0 comments on commit 3a7d7ed

Please sign in to comment.