On 3 Oct 2010 17:29:11 +0000, Chris Young wrote: > I can import the libwebp code and tweak the makefile > to create a proper library? In theory once the code is more mature > the official makefile will be doing this, and then we can remove it > again from SVN? Saves creating our own library and still keeps > Google's stuff out of NetSurf's code.
I've now done this. trunk/libwebp is the library which compiles itself as libwebp.a. Hopefully we won't have it lying around in our SVN too long, it's really just a convenience until the proper code is set up properly to build as a library (it also builds other things we don't need). As I said previously, makefile and makefile.defaults will need modifying for other platforms once libwebp and libvpx are built and WebP support is tested for them. Chris
