Skip to content

Commit

Permalink
extra/gst-plugins-bad: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Aug 15, 2017
1 parent 9db95bd commit 8507a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra/gst-plugins-bad/PKGBUILD
Expand Up @@ -5,6 +5,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - drop valgrind makedepend
# - disable GL and GLX on v5/6/7
# - remove --enable-gtk-doc from configure - broken with latest gtk-doc

pkgname=gst-plugins-bad
pkgver=1.12.2
Expand Down Expand Up @@ -60,7 +61,7 @@ build() {
--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
--with-package-origin="https://www.archlinux.org/" \
--with-gtk=3.0 \
--enable-experimental --enable-gtk-doc --disable-static $CONFIG
--enable-experimental --disable-static $CONFIG

# https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
Expand Down

0 comments on commit 8507a15

Please sign in to comment.