Ticket #55168: patch-fix-vda.diff

File patch-fix-vda.diff, 1015 bytes (added by RJVB (René Bertin), 6 years ago)
  • configure

    old new  
    26532653dxva2_extralibs="-luser32"
    26542654vda_framework_deps="VideoDecodeAcceleration_VDADecoder_h blocks_extension"
    26552655vda_framework_extralibs="-framework VideoDecodeAcceleration"
    2656 vda_deps="vda_framework pthreads"
    2657 vda_extralibs="-framework CoreFoundation -framework QuartzCore"
    2658 videotoolbox_hwaccel_deps="videotoolbox pthreads"
     2656vda_deps=""
     2657vda_extralibs="-framework CoreFoundation -framework QuartzCore -framework CoreVideo"
     2658videotoolbox_hwaccel_deps="videotoolbox"
    26592659videotoolbox_hwaccel_extralibs="-framework QuartzCore"
    26602660xvmc_deps="X11_extensions_XvMClib_h"
    26612661
  • libavcodec.v

    old new  
    11LIBAVCODEC_MAJOR {
    22    global:
    33        av*;
     4           ff*;
    45        #deprecated, remove after next bump
    56        audio_resample;
    67        audio_resample_close;
    78    local:
    89        *;
    910};