[PATCH] web/building: add --enable-shared switch for libvpx
Ustun Ergenoglu
ustun.ergenoglu at gmail.com
Sun Jun 17 03:43:17 PDT 2012
From: Üstün Ergenoğlu <ego at ustun.fi>
Otherwise libvpx ends up building only static library.
---
building.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/building.html b/building.html
index a461a43..ea97ed9 100644
--- a/building.html
+++ b/building.html
@@ -137,7 +137,7 @@ Weston with --disable-wcap-tools.</p>
<pre> $ git clone http://git.chromium.org/webm/libvpx.git
$ cd libvpx
- $ ./configure --prefix=$WLD # This is unusual.
+ $ ./configure --prefix=$WLD --enable-shared # This is unusual.
$ make && make install
</pre>
--
1.7.9.5
More information about the wayland-devel
mailing list