Skip to content

Commit

Permalink
Include external FFMPEG headers. (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunz committed May 5, 2023
1 parent c347164 commit f276236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/video_coding/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ rtc_library("webrtc_h264") {
]

defines = []
include_dirs = []

deps = [
":video_codec_interface",
Expand Down Expand Up @@ -542,6 +543,11 @@ rtc_library("webrtc_h264") {
deps += [ "../../media:rtc_media_base" ]
}
}

if (owt_ffmpeg_root != "") {
defines += [ "OWT_USE_FFMPEG" ]
include_dirs += [ owt_ffmpeg_root + "/include" ]
}
}

rtc_library("webrtc_multiplex") {
Expand Down

0 comments on commit f276236

Please sign in to comment.