#!/bin/sh

cd $SW/build/libwebp-* && ./configure --prefix=$SW --disable-static && make && make install
