diff options
| author | NeoBrainX <NeoBrainX@gmail.com> | 2011-08-27 20:42:11 +0200 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@gmail.com> | 2011-08-27 20:42:11 +0200 |
| commit | 06e640532aa093902e81f09aa18de1b084fcc5ce (patch) | |
| tree | c9c375c37e5adecfb7e2dd7b53f2aa5e049aebf2 /Source/Core/VideoCommon/Src/AVIDump.cpp | |
| parent | c0dd84cf7d0410d5f247f8641208f43fabe8c420 (diff) | |
Various changes which improve FreeBSD support.
Patches by martymac, all credits go to him ;)
Diffstat (limited to 'Source/Core/VideoCommon/Src/AVIDump.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/AVIDump.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/AVIDump.cpp b/Source/Core/VideoCommon/Src/AVIDump.cpp index cfd34e5cdb..a5a6098489 100644 --- a/Source/Core/VideoCommon/Src/AVIDump.cpp +++ b/Source/Core/VideoCommon/Src/AVIDump.cpp @@ -15,6 +15,10 @@ // Official SVN repository and contact information can be found at // http://code.google.com/p/dolphin-emu/ +#if defined(__FreeBSD__) +#define __STDC_CONSTANT_MACROS 1 +#endif + #include "AVIDump.h" #include "HW/VideoInterface.h" //for TargetRefreshRate #include "VideoConfig.h" |
