summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@googlemail.com>2011-09-12 21:08:18 +0200
committerNeoBrainX <NeoBrainX@googlemail.com>2011-09-12 21:08:18 +0200
commit13ef4fc54ffa40b3ce1e9441e742fc5254cda676 (patch)
tree296f51a3eca7ad73e180603defffa344fd8ccd47 /Source/Core/VideoCommon
parent2df4811807ab4a90c3871b8c9f361799adb98f9c (diff)
parent854c4903ebf7e5236775699616629cc954f75d32 (diff)
Merge remote-tracking branch 'remotes/origin/freebsd-port'
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/AVIDump.cpp4
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"