summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-03-02 16:31:21 +0100
committerMartin Stransky <stransky@redhat.com>2016-03-02 16:31:21 +0100
commitde1fb9d49d195aa6ff4d7edb7415daa36dfe96a6 (patch)
tree626634f985b106068f3c2ab66b4a857ef7233d2b /firefox-mozconfig
parentuploaded langpack (diff)
downloadlibrewolf-fedora-ff-de1fb9d49d195aa6ff4d7edb7415daa36dfe96a6.tar.gz
librewolf-fedora-ff-de1fb9d49d195aa6ff4d7edb7415daa36dfe96a6.tar.bz2
librewolf-fedora-ff-de1fb9d49d195aa6ff4d7edb7415daa36dfe96a6.zip
Disabled system libvpx on Fedora 22 where is 1.3.0
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 7e74e10..0f8397d 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -4,7 +4,6 @@ ac_add_options --prefix="$PREFIX"
ac_add_options --libdir="$LIBDIR"
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
-ac_add_options --with-system-libvpx
ac_add_options --enable-system-hunspell
ac_add_options --with-pthreads
ac_add_options --disable-strip
bgstack15