--- mythtv/configure.orig 2016-01-12 20:12:09.000000000 -0500
+++ mythtv/configure 2016-01-12 20:34:32.000000000 -0500
echo "OpenGL video ${opengl_video-no}"
if test x"$target_os" = x"darwin" ; then
echo "VDA support ${vda-no}"
+ echo "VideoToolBox support ${videotoolbox-no}"
if test x"$target_os" = x"mingw32" ; then
echo "Windows (Direct3D) yes"
+echo "Frontend ${frontend-no}"
+echo "Backend ${backend-no}"
+echo "mythlogserver ${mythlogserver-no}"
echo "multi threaded libavcodec ${threads-no}"
if enabled frontend; then
echo "libxml2 support ${libxml2-no} [$libxml2_path]"
echo "libdns_sd (Bonjour) ${libdns_sd-no}"
echo "libcrypto ${libcrypto-no}"
-echo "Frontend ${frontend-no}"
-echo "Backend ${backend-no}"
+ if test x"$target_os" = x"darwin" ; then
+ echo "OpenSSL ${tls_openssl_protocol-no}"
+ echo "gnutls ${tls_gnutls_protocol-no}"
+ echo "Secure Transport ${tls_securetransport_protocol-no}"
echo "OpenGL ES 2.0 ${opengles-no}"
-echo "mythlogserver ${mythlogserver-no}"
echo "BD-J (Bluray java) ${bdjava-no}"
echo "BD-J type ${bdj_type}"
echo "systemd_notify ${systemd_notify-no}"
echo "faac ${libfaac-no}"
echo "xvid ${libxvid-no}"
echo "x264 ${libx264-no}"
+echo "x265 (HEVC) ${libx265-no}"