summaryrefslogtreecommitdiff
blob: 6be816b305b4aaabe8b92aa88debb715674731d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/build/linux/unbundle/openh264.gn
+++ b/build/linux/unbundle/openh264.gn
@@ -2,6 +2,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+import("//build/buildflag_header.gni")
 import("//build/config/linux/pkg_config.gni")
 import("//build/shim_headers.gni")
 
@@ -34,3 +35,9 @@ source_set("encoder") {
   deps = [ ":openh264_shim" ]
   public_configs = [ ":config" ]
 }
+
+buildflag_header("buildflags") {
+  header = "buildflags.h"
+  header_dir = "third_party/openh264"
+  flags = [ "OPENH264_API_WELS=1" ]
+}