From 493f8a2254745e48c5d43b3584d80c88e2f167e2 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Fri, 15 May 2020 22:44:19 +0400 Subject: [PATCH] [mod_openh264] Enable build on Drone. --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6633204592..0f7ddbe659 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: - cat /proc/sys/kernel/core_pattern - ./bootstrap.sh -j - echo "applications/mod_test" >> modules.conf + - echo 'codecs/mod_openh264' >> modules.conf - sed -i '/applications\/mod_http_cache/s/^#//g' modules.conf - sed -i '/event_handlers\/mod_rayo/s/^#//g' modules.conf - sed -i '/formats\/mod_opusfile/s/^#//g' modules.conf @@ -66,6 +67,7 @@ steps: - ./bootstrap.sh -j - cp build/modules.conf.most modules.conf #Enable/Uncomment mods + - echo 'codecs/mod_openh264' >> modules.conf - sed -i "/mod_mariadb/s/^#//g" modules.conf - sed -i "/mod_v8/s/^#//g" modules.conf #Disable/Comment out mods @@ -117,6 +119,6 @@ trigger: --- kind: signature -hmac: d354f6d232ae6417b539fb9b40fc15765c3247ab58c87a5135a0ac6c448e1cd0 +hmac: 4972b54c20a23506bbcbd29b9386784c7feb08993f26661c6fb495ed01681ea9 ...