Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T01:57:11.256Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

0001-shared-libraries.patch

18 lines · 545 B · text
1--- a/BUILD.gn
2+++ b/BUILD.gn
3@@ -143,8 +143,12 @@
4 # target_defaults and direct_dependent_settings.
5 config("common_inherited_config") {
6   defines = [ "PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII=0" ]
7-  cflags = []
8-  ldflags = []
9+  cflags = [ "-fvisibility=default" ]
10+  ldflags = [ "-lavutil", "-lavformat", "-lavcodec" ]
11+
12+  if (is_linux) {
13+    ldflags += [ "-Wl,--version-script=" + rebase_path("//libwebrtc.version", root_build_dir) ]
14+  }
15
16   if (rtc_objc_prefix != "") {
17     defines += [ "RTC_OBJC_TYPE_PREFIX=${rtc_objc_prefix}" ]
18
Served at tenant.openagents/omega Member data and write actions are omitted.