blob: 599f09951c6837dc7ae2ba3f47399c4f2e9623c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2004/04/06 09:30:01 jmmv Exp $
--- configure.orig 2004-03-16 12:31:54.000000000 +0100
+++ configure
@@ -24079,7 +24079,7 @@ fi;
if test "x$PLUGINS_USE_BUILDDIR" = "xyes"; then
GST_CACHE_DIR=`pwd`
else
- GST_CACHE_DIR=${localstatedir}/cache/gstreamer-$GST_MAJORMINOR
+ GST_CACHE_DIR=${localstatedir}
fi
# Check whether --with-cachedir or --without-cachedir was given.
|