diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-06-15 23:59:00 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-06-15 23:59:00 -0700 |
commit | 52bd0c9d49439631b21571e9c51446caac2f8792 (patch) | |
tree | f46021baff7682b0093165f93166a53778032ca1 /doc | |
parent | 6d9690f389f08ae6e88b0b70bc3c4024720200e6 (diff) | |
download | webbrowser-52bd0c9d49439631b21571e9c51446caac2f8792.tar webbrowser-52bd0c9d49439631b21571e9c51446caac2f8792.tar.gz webbrowser-52bd0c9d49439631b21571e9c51446caac2f8792.tar.lz webbrowser-52bd0c9d49439631b21571e9c51446caac2f8792.tar.xz webbrowser-52bd0c9d49439631b21571e9c51446caac2f8792.zip |
re-added use system libvpx to example mozconfig
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mozconfig.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mozconfig.example b/doc/mozconfig.example index 4ac5e00..11f0021 100644 --- a/doc/mozconfig.example +++ b/doc/mozconfig.example @@ -28,6 +28,7 @@ ac_add_options --enable-jemalloc ac_add_options --enable-strip ac_add_options --enable-devtools ac_add_options --with-pthreads +ac_add_options --with-system-libvpx ac_add_options --enable-hardware-aec-ns ac_add_options --enable-bundled-fonts |