My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Compiling  
How to compile fuzemux
Deprecated
Updated Mar 6, 2010 by dpi...@gmail.com

fuzemux is written in C99 and should work on any operating system with a contemporary C compiler. To compile is using gcc for example, just run

gcc -std=c99 -O2 fuzemux.c riff.c -o fuzemux
Comment by kdhedger...@gmail.com, Mar 2, 2010

Excellent! I've been trying to get some videos encoded for the fuze for ages this works perfectly thanks!

Comment by ssorga...@gmail.com, Mar 5, 2010

I think this should come in a README with the source code ;)

fuzemux is now included in video4fuze instead of AMG. Now its performance has increased greatly :)

I'll use your binary for win32 deployment

Comment by project member dpi...@gmail.com, Mar 5, 2010

Yes, I will probably add a README in the next release. And maybe automake/autoconf so you can build it using the usual configure-make, although it's a bit overkill since it doesn't have any complicated dependencies.

Powered by Google Project Hosting