qiqian / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

binary Windows converter #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Provide a binary exe for windows conversion

Original issue reported on code.google.com by rab...@google.com on 7 Oct 2010 at 1:03

GoogleCodeExporter commented 8 years ago
Issue 10 has been merged into this issue.

Original comment by rab...@google.com on 7 Oct 2010 at 1:04

GoogleCodeExporter commented 8 years ago
I'm unable to build with msys or cygwin on Windows.
As a work around, an ffmpeg patch is available in chromium that allows ffmpeg 
to output webp

Original comment by fbarch...@chromium.org on 3 Nov 2010 at 7:07

Attachments:

GoogleCodeExporter commented 8 years ago
I've managed to build with msys.  The trick was to use CXX= to force gcc
CXX=mingw32-g++ CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure

Original comment by phthor...@gmail.com on 11 Nov 2010 at 10:46

GoogleCodeExporter commented 8 years ago

Original comment by fbarch...@chromium.org on 11 Nov 2010 at 11:06

GoogleCodeExporter commented 8 years ago
We are not planning to provide exe file for windows. The new version 0.0.3 
should compile in windows with cygwin or msys. For cygwin the installation 
instruction is given in the main website (http://code.google.com/speed/webp/). 
For msys you may not have libpthread by default. Here is one way (hack) to get 
that.

Download the pthreads-win32 tar ball from http://sourceware.org/pthreads-win32/ 
and untar it. Then run 
a. make
b. cp libpthreadGC2.a /mingw/lib/libpthread.a (Renaming the library. HACK).

Original comment by somnath....@gmail.com on 15 Nov 2010 at 5:06

GoogleCodeExporter commented 8 years ago
Users that want to use the webpconv tool, would just like a binary.  Preferably 
an installer for Windows, but definitely not source.
A binary is provided for Linux.  Could you upload binaries for Windows?

Original comment by fbarch...@google.com on 16 Nov 2010 at 12:26

GoogleCodeExporter commented 8 years ago
Resolved with 004 binaries
http://webp.googlecode.com/files/webpconv-win.zip

Original comment by fbarch...@google.com on 23 Nov 2010 at 6:51