Package Details: vlc-git 4.0.0.r31756.g76cd807c24-2

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: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: libvlc, vlc
Provides: libvlc, vlc
Submitter: None
Maintainer: xiota (knoelli)
Last Packager: xiota
Votes: 211
Popularity: 0.53
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2024-11-16 22:21 (UTC)

Required by (156)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 46 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)