Skip to content
Snippets Groups Projects
Commit fd76c641 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Add cross-compilation Makefile for mingw32.

This is currently the only way to get asm optimizations in the decoder on
 Windows.
Builds both release and debug versions for each version of libc that currently
 ships with mingw32.
DLL version information must still be updated manually (at the top of the
 Makefile), but that's okay because mingw32 doesn't implement DllGetVersion
 anyway, so it will never show up unless someone queries the resources manually.

svn path=/trunk/theora/; revision=13601
parent 6b91f9cc
No related branches found
No related tags found
No related merge requests found
Showing
with 609 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment