Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc vlc: Fix vdpau detection for non-x86



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ea7db23a1ba
branches:  trunk
changeset: 434937:7ea7db23a1ba
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 28 15:23:38 2020 +0000

description:
vlc: Fix vdpau detection for non-x86

diffstat:

 multimedia/vlc/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 490fd5b05c09 -r 7ea7db23a1ba multimedia/vlc/options.mk
--- a/multimedia/vlc/options.mk Sun Jun 28 15:20:26 2020 +0000
+++ b/multimedia/vlc/options.mk Sun Jun 28 15:23:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.37 2020/06/23 15:59:17 nia Exp $
+# $NetBSD: options.mk,v 1.38 2020/06/28 15:23:38 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.vlc
 PKG_SUPPORTED_OPTIONS=         alsa avahi dbus debug dts jack pulseaudio
@@ -21,7 +21,7 @@
 
 ### Add VDPAU if it is available
 .include "../../multimedia/libvdpau/available.mk"
-.if ${VAAPI_AVAILABLE} == "yes"
+.if ${VDPAU_AVAILABLE} == "yes"
 PKG_SUPPORTED_OPTIONS+= vdpau
 PKG_SUGGESTED_OPTIONS+= vdpau
 .endif



Home | Main Index | Thread Index | Old Index