Skip to content

Commit

Permalink
Video decoders are enabled by default, so we should document only how…
Browse files Browse the repository at this point in the history
… to disable them, not how to enable them

Fixes #10813
  • Loading branch information
jyavenard committed Jun 16, 2012
1 parent 181641a commit f60a706
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions mythtv/configure
Expand Up @@ -127,10 +127,10 @@ Advanced options (experts only):
--x11-path=X11LOC location of X11 include files [$x11_path_default]
--disable-xrandr disable X11 resolution switching
--disable-xv disable XVideo (X11 video output accel.)
--enable-vdpau enable NVidia VDPAU hardware acceleration.
--enable-crystalhd enable Broadcom CrystalHD hardware decoder support
--enable-vaapi enable VAAPI hardware accelerated video decoding
--enable-dxva2 enable hardware accelerated decoding on windows
--disable-vdpau disable NVidia VDPAU hardware acceleration.
--disable-crystalhd disable Broadcom CrystalHD hardware decoder support
--disable-vaapi disable VAAPI hardware accelerated video decoding
--disable-dxva2 disable hardware accelerated decoding on windows
--disable-opengl-video disable OpenGL based video display
--disable-quartz-video disable Mac OS X CoreVideo based video display
--disable-libass disable libass SSA/ASS subtitle support
Expand Down Expand Up @@ -4335,11 +4335,6 @@ check_cpp_condition \
disable vdpau; }
fi

if enabled crystalhd; then
check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd ||
disable crystalhd;
fi

if enabled vaapi && enabled va_va_h && enabled va_va_glx_h && enabled va_va_x11_h; then
check_cpp_condition va/va.h "VA_VERSION_HEX >= 0x001F0000" ||
{ echolog "VAAPI requires libva >= 0.31.1" && disable vaapi; }
Expand Down

0 comments on commit f60a706

Please sign in to comment.