Skip to content

Commit

Permalink
Fix build error with Opus and Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
yamajun committed Sep 1, 2024
1 parent aa56436 commit dbd3aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjmedia/src/pjmedia-codec/opus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ static pj_status_t codec_recover( pjmedia_codec *codec,
}

#if defined(_MSC_VER)
# pragma comment(lib, "libopus.a")
# pragma comment(lib, "opus.lib")
#endif


Expand Down

0 comments on commit dbd3aa2

Please sign in to comment.