Ticket #418 (new defect)

Opened 2 months ago

liboggz trunk fails to compile on win32

Reported by: Matthias Assigned to: conrad
Priority: normal Milestone:
Component: liboggz Version:
Severity: normal Keywords:
Cc:

Description

Hello,

liboggz from trunk fails to compile on win32 with VS 2005. The dirac.c is missing from the source files. If I add it manually, the compile fails, because dirac.c wants stdint.h which is not present on window. So I add typdef unsigned char uint8_t and comment #include <stdint.h>. Then I change all functions beginning with static inline to static and finally liboggz compiles.

Attached is my local version of dirac.c.

-Matthias

Attachments

dirac.c (4.4 kB) - added by Matthias on 2008-10-06 18:14:52.

Change History

2008-10-06 18:14:52 changed by Matthias

  • attachment dirac.c added.