rtmpdump: Use openssl by default

This commit is contained in:
William A. Kennington III 2015-05-01 14:37:10 -07:00
parent 9d5a3e62cf
commit 1d15063768

View file

@ -1,6 +1,6 @@
{ stdenv, fetchgit, zlib
, gnutlsSupport ? true, gnutls ? null
, opensslSupport ? false, openssl ? null
, gnutlsSupport ? false, gnutls ? null
, opensslSupport ? true, openssl ? null
}:
# Must have an ssl library enabled