Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binary Windows converter #12

Closed
GoogleCodeExporter opened this issue Sep 22, 2015 · 7 comments
Closed

binary Windows converter #12

GoogleCodeExporter opened this issue Sep 22, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Issue 10 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Started
  • Added labels: OpSys-Windows, Usability

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant