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:   wiz
Date:           Sat Mar  4 08:26:54 UTC 2017
Modified Files:
        pkgsrc/multimedia/vlc: options.mk
Log Message:
Fix vaapi option.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/multimedia/vlc/options.mk:1.31
--- pkgsrc/multimedia/vlc/options.mk:1.30       Sun Oct 25 11:00:18 2015
+++ pkgsrc/multimedia/vlc/options.mk    Sat Mar  4 08:26:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.30 2015/10/25 11:00:18 wiz Exp $
+# $NetBSD: options.mk,v 1.31 2017/03/04 08:26:54 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.vlc
 PKG_SUPPORTED_OPTIONS=         dbus debug dts faad gnome jack live pulseaudio
@@ -158,6 +158,7 @@ CONFIGURE_ARGS+=    --disable-live555
 ## VAAPI support
 .if !empty(PKG_OPTIONS:Mvaapi)
 CONFIGURE_ARGS+=       --enable-libva
+PLIST.vaapi=           yes
 .include "../../multimedia/libva/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-libva
Home |
Main Index |
Thread Index |
Old Index