summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/mpv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 92e167dbd8c..61ca55a19d9 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2020/04/09 21:08:38 nia Exp $
+# $NetBSD: Makefile,v 1.109 2020/04/25 18:19:46 rillig Exp $
DISTNAME= mpv-0.32.0
PKGREVISION= 10
@@ -35,7 +35,7 @@ CONF_FILES+= share/examples/mpv/encoding-profiles.conf ${PKG_SYSCONFDIR}/mpv/en
SUBST_CLASSES+= audio
SUBST_SED.audio+= -e "s,/dev/dsp,${DEVOSSAUDIO},"
-SUBST_FILES.audio+= audio/out/ao_oss.c stream/ai_oss.c
+SUBST_FILES.audio+= audio/out/ao_oss.c
SUBST_STAGE.audio= pre-configure
SUBST_MESSAGE.audio= Fixing path to audio device.