pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/vlc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 28 15:23:38 UTC 2020

Modified Files:
        pkgsrc/multimedia/vlc: options.mk

Log Message:
vlc: Fix vdpau detection for non-x86


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/multimedia/vlc/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/vlc/options.mk
diff -u pkgsrc/multimedia/vlc/options.mk:1.37 pkgsrc/multimedia/vlc/options.mk:1.38
--- pkgsrc/multimedia/vlc/options.mk:1.37       Tue Jun 23 15:59:17 2020
+++ pkgsrc/multimedia/vlc/options.mk    Sun Jun 28 15:23:38 2020
@@ -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 @@ PKG_SUGGESTED_OPTIONS+=       vaapi
 
 ### 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