Ticket #12603: patch-configure_verbosity.diff

File patch-configure_verbosity.diff, 1.8 KB (added by ctreleaven@…, 8 years ago)
  • mythtv/configure

    old new  
    77397739  echo "OpenGL video              ${opengl_video-no}"
    77407740  if test x"$target_os" = x"darwin" ; then
    77417741    echo "VDA support               ${vda-no}"
     7742    echo "VideoToolBox support      ${videotoolbox-no}"
    77427743  fi
    77437744  if test x"$target_os" = x"mingw32" ; then
    77447745    echo "Windows (Direct3D)        yes"
     
    77507751fi
    77517752
    77527753echo "# Misc Features"
     7754echo "Frontend                  ${frontend-no}"
     7755echo "Backend                   ${backend-no}"
     7756echo "mythlogserver             ${mythlogserver-no}"
    77537757echo "multi threaded libavcodec ${threads-no}"
    77547758if enabled frontend; then
    77557759  echo "libxml2 support           ${libxml2-no} [$libxml2_path]"
    77567760fi
    77577761echo "libdns_sd (Bonjour)       ${libdns_sd-no}"
    77587762echo "libcrypto                 ${libcrypto-no}"
    7759 echo "Frontend                  ${frontend-no}"
    7760 echo "Backend                   ${backend-no}"
     7763  if test x"$target_os" = x"darwin" ; then
     7764    echo "TLS -"
     7765    echo "OpenSSL                   ${tls_openssl_protocol-no}"
     7766    echo "gnutls                    ${tls_gnutls_protocol-no}"
     7767    echo "Secure Transport          ${tls_securetransport_protocol-no}"
     7768  fi
    77617769echo "OpenGL ES 2.0             ${opengles-no}"
    7762 echo "mythlogserver             ${mythlogserver-no}"
    77637770echo "BD-J (Bluray java)        ${bdjava-no}"
    77647771echo "BD-J type                 ${bdj_type}"
    77657772echo "systemd_notify            ${systemd_notify-no}"
     
    77797787echo "faac                      ${libfaac-no}"
    77807788echo "xvid                      ${libxvid-no}"
    77817789echo "x264                      ${libx264-no}"
     7790echo "x265 (HEVC)               ${libx265-no}"
    77827791echo "vpx                       ${libvpx-no}"
    77837792echo "SDL                       ${sdl-no}"
    77847793echo ""