Skip to content

Commit

Permalink
cmake: music_opus.c includes <opus/opusfile.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jan 12, 2024
1 parent 8179d84 commit 6e4b0c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/FindOpusFile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ find_library(OpusFile_LIBRARY
)

find_path(OpusFile_INCLUDE_PATH
NAMES opusfile.h
PATH_SUFFIXES opus
NAMES opus/opusfile.h
HINTS ${PC_OPUSFILE_INCLUDEDIR}
)

Expand Down

0 comments on commit 6e4b0c8

Please sign in to comment.