Ticket #4500: configure_xvmc_libs_nvidia.diff

File configure_xvmc_libs_nvidia.diff, 1.0 KB (added by skamithi, 16 years ago)
  • configure

     
    11591159xvmc="yes"
    11601160xvmc_lib=""
    11611161xvmc_opengl="yes"
    1162 xvmc_vld="yes"
     1162xvmc_vld="no"
    11631163xvmcw="yes"
    11641164
    11651165# libraries
  • libs/libmythtv/videoout_xv.cpp

     
    32713271    Status status;
    32723272    if (hasVLDAcceleration())
    32733273    {
     3274#ifdef USING_XVMC_VLD
    32743275        vbuffers.LockFrame(frame, "DrawSlice -- VLD");
    32753276        X11S(status = XvMCPutSlice2(XJ_disp, xvmc_ctx,
    32763277                                    (char*)render->slice_data,
     
    32783279                                    render->slice_code));
    32793280        if (Success != status)
    32803281            VERBOSE(VB_PLAYBACK, LOC_ERR + "XvMCPutSlice: "<<status);
    3281 
     3282#endif
    32823283#if 0
    32833284        // TODO are these three lines really needed???
    32843285        render->start_mv_blocks_num = 0;