diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-17 19:03:35 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-17 19:03:35 +0100 |
commit | e07d778c19291820ea2c9612cfa83489d090748b (patch) | |
tree | c7de29d844c135ebdaa35c1ca7a534a074321fd9 | |
parent | e30ba9d4c857530c2fbb3cc82236a49676d5ebc9 (diff) |
Don't autoreconf gstreamer0.10-base: it fails and is not needed.
-rw-r--r-- | extra/gstreamer0.10-base/PKGBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/gstreamer0.10-base/PKGBUILD b/extra/gstreamer0.10-base/PKGBUILD index 9283ab35b..c14afe39f 100644 --- a/extra/gstreamer0.10-base/PKGBUILD +++ b/extra/gstreamer0.10-base/PKGBUILD @@ -15,8 +15,6 @@ sha256sums=('1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a') build() { cd "${srcdir}/gst-plugins-base-${pkgver}" - sed -i '/AC_PATH_XTRA/d' configure.ac - autoreconf ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --enable-experimental --disable-gnome_vfs \ --with-package-name="GStreamer Base Plugins (Parabola)" \ |