--- mythtv/configure.orig	2016-01-12 20:12:09.000000000 -0500
+++ mythtv/configure	2016-01-12 20:34:32.000000000 -0500
@@ -7739,6 +7739,7 @@
   echo "OpenGL video              ${opengl_video-no}"
   if test x"$target_os" = x"darwin" ; then
     echo "VDA support               ${vda-no}"
+    echo "VideoToolBox support      ${videotoolbox-no}"
   fi
   if test x"$target_os" = x"mingw32" ; then
     echo "Windows (Direct3D)        yes"
@@ -7750,16 +7751,22 @@
 fi
 
 echo "# Misc Features"
+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]"
 fi
 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 "TLS -"
+    echo "OpenSSL                   ${tls_openssl_protocol-no}"
+    echo "gnutls                    ${tls_gnutls_protocol-no}"
+    echo "Secure Transport          ${tls_securetransport_protocol-no}"
+  fi
 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}"
@@ -7779,6 +7787,7 @@
 echo "faac                      ${libfaac-no}"
 echo "xvid                      ${libxvid-no}"
 echo "x264                      ${libx264-no}"
+echo "x265 (HEVC)               ${libx265-no}"
 echo "vpx                       ${libvpx-no}"
 echo "SDL                       ${sdl-no}"
 echo ""
