From: Üstün Ergenoğlu <[email protected]> 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 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
