freebsd-ports/multimedia/vlc/files
Jan Beich eca2986ede multimedia/vlc: unbreak with dav1d 1.0.0
codec/dav1d.c:286:14: error: no member named 'n_tile_threads' in 'struct Dav1dSettings'
    p_sys->s.n_tile_threads = var_InheritInteger(p_this, "dav1d-thread-tiles");
    ~~~~~~~~ ^
codec/dav1d.c:292:14: error: no member named 'n_frame_threads' in 'struct Dav1dSettings'
    p_sys->s.n_frame_threads = var_InheritInteger(p_this, "dav1d-thread-frames");
    ~~~~~~~~ ^
2022-02-20 15:09:10 +00:00
..
patch-configure
patch-dav1d-1.0 multimedia/vlc: unbreak with dav1d 1.0.0 2022-02-20 15:09:10 +00:00
patch-modules_access_rdp.c
patch-modules_video__chroma_i420__yuy2.c
patch-modules_video__filter_deinterlace_merge.c
patch-share_Makefile.in
patch-src-network-udp.c