Skip to content

Commit

Permalink
livekit-libwebrtc: fix builds on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Dec 25, 2024
1 parent cf56aed commit 929e2cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ index d5289b8..598bbbc 100644
defines = []
- cflags = []
- ldflags = []
+ cflags = [ "-fvisibility=default" ]
+ cflags = [ "-fvisibility=default", "-Wno-error=c++11-narrowing-const-reference" ]
+ ldflags = [ "-lavutil", "-lavformat", "-lavcodec" ]

if (rtc_dlog_always_on) {
Expand Down

0 comments on commit 929e2cc

Please sign in to comment.