Ticket #12603: patch-configure_verbosity.diff
| File patch-configure_verbosity.diff, 1.8 KB (added by , 10 years ago) |
|---|
-
mythtv/configure
old new 7739 7739 echo "OpenGL video ${opengl_video-no}" 7740 7740 if test x"$target_os" = x"darwin" ; then 7741 7741 echo "VDA support ${vda-no}" 7742 echo "VideoToolBox support ${videotoolbox-no}" 7742 7743 fi 7743 7744 if test x"$target_os" = x"mingw32" ; then 7744 7745 echo "Windows (Direct3D) yes" … … 7750 7751 fi 7751 7752 7752 7753 echo "# Misc Features" 7754 echo "Frontend ${frontend-no}" 7755 echo "Backend ${backend-no}" 7756 echo "mythlogserver ${mythlogserver-no}" 7753 7757 echo "multi threaded libavcodec ${threads-no}" 7754 7758 if enabled frontend; then 7755 7759 echo "libxml2 support ${libxml2-no} [$libxml2_path]" 7756 7760 fi 7757 7761 echo "libdns_sd (Bonjour) ${libdns_sd-no}" 7758 7762 echo "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 7761 7769 echo "OpenGL ES 2.0 ${opengles-no}" 7762 echo "mythlogserver ${mythlogserver-no}"7763 7770 echo "BD-J (Bluray java) ${bdjava-no}" 7764 7771 echo "BD-J type ${bdj_type}" 7765 7772 echo "systemd_notify ${systemd_notify-no}" … … 7779 7787 echo "faac ${libfaac-no}" 7780 7788 echo "xvid ${libxvid-no}" 7781 7789 echo "x264 ${libx264-no}" 7790 echo "x265 (HEVC) ${libx265-no}" 7782 7791 echo "vpx ${libvpx-no}" 7783 7792 echo "SDL ${sdl-no}" 7784 7793 echo ""
