pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst-plugins1-bad



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 25 04:50:45 UTC 2020

Modified Files:
        pkgsrc/multimedia/gst-plugins1-bad: Makefile.common

Log Message:
gst-plugins1-bad: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common

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

Modified files:

Index: pkgsrc/multimedia/gst-plugins1-bad/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.36 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.37
--- pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.36     Fri Jan 10 12:47:06 2020
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile.common  Mon May 25 04:50:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2020/01/10 12:47:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.37 2020/05/25 04:50:45 rillig Exp $
 # used by audio/gst-plugins1-dts/Makefile
 # used by audio/gst-plugins1-faac/Makefile
 # used by audio/gst-plugins1-faad/Makefile
@@ -16,6 +16,9 @@ GST_PLUGINS1_TYPE=    bad
 GST_PLUGINS1_VER=      1.16.2
 
 # Disable all drivers and features by default.
+#
+# 2020-05-25: Needs to be synced with ./configure, which
+# has many more options that can be disabled.
 .for driver in \
                apple_media \
                directfb \
@@ -31,7 +34,6 @@ GST_PLUGINS1_VER=     1.16.2
                neon \
                shm \
                soundtouch \
-               vcd \
                vdpau
 CONFIGURE_ARGS+=       --disable-${driver}
 .endfor



Home | Main Index | Thread Index | Old Index