Package Details: vlc-git 4.0.0.r29525.g46a98b84f5-1

Git Clone URL: https://aur.archlinux.org/vlc-git.git (read-only, click to copy)
Package Base: vlc-git
Description: Multi-platform MPEG, VCD/DVD, and DivX player
Upstream URL: https://code.videolan.org/videolan/vlc
Licenses: GPL2, LGPL2.1
Conflicts: vlc
Provides: vlc
Submitter: None
Maintainer: xiota (knoelli)
Last Packager: knoelli
Votes: 209
Popularity: 1.71
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2024-06-26 10:19 (UTC)

Dependencies (160)

Required by (157)

Sources (4)

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 45 Next › Last »

hussam commented on 2014-02-22 14:31 (UTC)

--- vlc/modules/hw/vdpau/avcodec.c +++ vlc/modules/hw/vdpau/avcodec.c @@ -279,7 +279,7 @@ if (unlikely(sys == NULL)) return VLC_ENOMEM; -#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 26, 0)) +#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 40, 0)) sys->context = av_vdpau_alloc_context(); #else sys->context = calloc(1, sizeof (*sys->context)); so something like this.

hussam commented on 2014-02-22 13:18 (UTC)

in vlc/modules/hw/vdpau/avcodec.c change look for sys->context = av_vdpau_alloc_context(); change the line above it to #if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 40, 0))

10ne1 commented on 2013-12-08 05:35 (UTC)

Please add libtoolize or libtoolize-multilib as a dependency, otherwise the build fails with "error: Libtool library used but 'LIBTOOL' is undefined"

heaven commented on 2013-10-17 06:53 (UTC)

I am getting segmentation fault at the moment. Will apply these fixes in PKGBUILD once the build is fixed. Even though I think x265 should only be added to the optdepends.

lluixhi commented on 2013-10-17 02:29 (UTC)

http://anzwix.com/a/VLC/X265Encoder Could you please add x265 to the build dependencies? (If it is installed, it is autodetected in the build, like x264)