pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins Explicitly disable xvid. Fixes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6c67c705b32
branches:  trunk
changeset: 488244:e6c67c705b32
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Jan 26 13:09:19 2005 +0000

description:
Explicitly disable xvid.  Fixes build if xvidcore is already installed.

diffstat:

 multimedia/gst-plugins/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b4fc654ec6c7 -r e6c67c705b32 multimedia/gst-plugins/Makefile.common
--- a/multimedia/gst-plugins/Makefile.common    Wed Jan 26 10:16:22 2005 +0000
+++ b/multimedia/gst-plugins/Makefile.common    Wed Jan 26 13:09:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2005/01/13 12:56:31 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.15 2005/01/26 13:09:19 jmmv Exp $
 #
 
 DISTNAME=              gst-plugins-0.8.7
@@ -122,6 +122,7 @@
                vorbistest \
                x \
                xshm \
+               xvid \
                xvideo
 CONFIGURE_ARGS+=       --disable-${driver}
 .endfor



Home | Main Index | Thread Index | Old Index