blob: 8312e8ec7cc6c0a1209401640e6b1985059dadb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2006/01/18 12:44:04 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.
|