Bug 1766646 - Vendor libwebrtc from 9f32f3b423 - moz.build file updates

This commit is contained in:
Michael Froman 2022-08-21 13:57:51 -05:00 коммит произвёл Connor Sheehan
Родитель b75e775746
Коммит 9a816424ad
2 изменённых файлов: 1 добавлений и 8 удалений

Просмотреть файл

@ -22,5 +22,5 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from 6556ed2402
Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from 9f32f3b423

Просмотреть файл

@ -115,7 +115,6 @@ if CONFIG["OS_TARGET"] == "OpenBSD":
DEFINES["WEBRTC_BSD"] = True
DEFINES["WEBRTC_ENABLE_AVX2"] = True
DEFINES["WEBRTC_POSIX"] = True
DEFINES["WEBRTC_USE_PIPEWIRE"] = True
DEFINES["WEBRTC_USE_X11"] = True
DEFINES["_FILE_OFFSET_BITS"] = "64"
DEFINES["_LARGEFILE64_SOURCE"] = True
@ -134,16 +133,10 @@ if CONFIG["OS_TARGET"] == "OpenBSD":
"Xtst"
]
SOURCES += [
"/third_party/libwebrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc"
]
UNIFIED_SOURCES += [
"/third_party/libwebrtc/modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
"/third_party/libwebrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc",
"/third_party/libwebrtc/modules/desktop_capture/linux/screen_capturer_x11.cc",
"/third_party/libwebrtc/modules/desktop_capture/linux/shared_x_display.cc",
"/third_party/libwebrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc",
"/third_party/libwebrtc/modules/desktop_capture/linux/window_capturer_x11.cc",
"/third_party/libwebrtc/modules/desktop_capture/linux/window_finder_x11.cc",
"/third_party/libwebrtc/modules/desktop_capture/linux/window_list_utils.cc",