aboutsummaryrefslogtreecommitdiff
path: root/ports/opusfile/CONTROL
diff options
context:
space:
mode:
authorGabriel <gabriel+github@mastergk.de>2018-08-08 12:04:44 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-08-08 03:04:44 -0700
commitad2bcd9dade618f3e97b6b8a362c6988cca5e534 (patch)
tree6c46de66eb089f114a3889d2b96099e4ebb2f327 /ports/opusfile/CONTROL
parent72d7c3d3a93d75e6d4bc91172806c45fedc2d451 (diff)
downloadvcpkg-ad2bcd9dade618f3e97b6b8a362c6988cca5e534.tar.gz
vcpkg-ad2bcd9dade618f3e97b6b8a362c6988cca5e534.zip
opusfile: Add feature for disabling the openssl dependency (#3527)
* opusfile: Add feature for disabling the openssl dependency * [opusfile] Rename feature openssl -> opusurl to better describe this library's interface
Diffstat (limited to 'ports/opusfile/CONTROL')
-rw-r--r--ports/opusfile/CONTROL8
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/opusfile/CONTROL b/ports/opusfile/CONTROL
index 5489cb4b2..5a9cf2002 100644
--- a/ports/opusfile/CONTROL
+++ b/ports/opusfile/CONTROL
@@ -1,4 +1,8 @@
Source: opusfile
-Version: 0.9-1
+Version: 0.9-3
Description: Stand-alone decoder library for .opus streams
-Build-Depends: libogg, opus, openssl
+Build-Depends: libogg, opus
+
+Feature: opusurl
+Description: Support decoding of http(s) streams
+Build-Depends: openssl