mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
FFmpeg: Support build with FFmpeg native opus. v5.0.131 (#3140)
This commit is contained in:
parent
372390f8d1
commit
a27ce1d50f
7 changed files with 46 additions and 24 deletions
|
@ -86,6 +86,12 @@ else
|
|||
srs_undefine_macro "SRS_FFMPEG_FIT" $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
if [[ $SRS_FFMPEG_OPUS == YES ]]; then
|
||||
srs_define_macro "SRS_FFMPEG_OPUS" $SRS_AUTO_HEADERS_H
|
||||
else
|
||||
srs_undefine_macro "SRS_FFMPEG_OPUS" $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
if [[ $SRS_SIMULATOR == YES ]]; then
|
||||
srs_define_macro "SRS_SIMULATOR" $SRS_AUTO_HEADERS_H
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue