Ticket #55168: patch-fix-vda.diff
File patch-fix-vda.diff, 1015 bytes (added by RJVB (René Bertin), 7 years ago) |
---|
-
configure
old new 2653 2653 dxva2_extralibs="-luser32" 2654 2654 vda_framework_deps="VideoDecodeAcceleration_VDADecoder_h blocks_extension" 2655 2655 vda_framework_extralibs="-framework VideoDecodeAcceleration" 2656 vda_deps=" vda_framework pthreads"2657 vda_extralibs="-framework CoreFoundation -framework QuartzCore "2658 videotoolbox_hwaccel_deps="videotoolbox pthreads"2656 vda_deps="" 2657 vda_extralibs="-framework CoreFoundation -framework QuartzCore -framework CoreVideo" 2658 videotoolbox_hwaccel_deps="videotoolbox" 2659 2659 videotoolbox_hwaccel_extralibs="-framework QuartzCore" 2660 2660 xvmc_deps="X11_extensions_XvMClib_h" 2661 2661 -
libavcodec.v
old new 1 1 LIBAVCODEC_MAJOR { 2 2 global: 3 3 av*; 4 ff*; 4 5 #deprecated, remove after next bump 5 6 audio_resample; 6 7 audio_resample_close; 7 8 local: 8 9 *; 9 10 };