X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=b6b8bce9157c06adab6670d93f5a01327d168a5c;hb=ff21d846599910c9156caae484ad3935b23e6611;hp=de8356fd640b485032c7236413548cf99c67221d;hpb=390bbad7051ca2b7799bbfd92d98f77c794a820f;p=vlc diff --git a/configure.ac b/configure.ac index de8356fd64..b6b8bce915 100644 --- a/configure.ac +++ b/configure.ac @@ -3520,31 +3520,6 @@ then VLC_ADD_PLUGIN([snapshot]) fi -dnl -dnl Roku HD1000 Video output module -dnl -AC_ARG_ENABLE(hd1000v, - [ --enable-hd1000v HD1000 Video Output module (default enabled on HD1000)]) -if test "${enable_hd1000v}" != "no" -a "${CXX}" != "" && - (test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" || - test "${enable_hd1000v}" = "yes"); then - AC_LANG_PUSH([C++]) - AC_CHECK_HEADERS([cascade/graphics/CascadeScreen.h cascade/graphics/CascadeBitmap.h], - [ - can_build_roku="yes" - ], - [ - can_build_roku="no" - AC_MSG_WARN([Not building Roku HD1000 compatible video output]) - ]) - if test "$can_build_roku" = "yes" - then - VLC_ADD_PLUGIN([hd1000v]) - VLC_ADD_LIBS([hd1000v],[-lCascade -ldvbpsi -lmad]) - fi - AC_LANG_POP([C++]) -fi - dnl dnl Windows DirectX module dnl