summaryrefslogtreecommitdiff
path: root/media/ffvpx/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/ffvpx/config.h')
-rw-r--r--media/ffvpx/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/ffvpx/config.h b/media/ffvpx/config.h
index f43da8f284..db2f7b42e1 100644
--- a/media/ffvpx/config.h
+++ b/media/ffvpx/config.h
@@ -26,6 +26,8 @@
#undef HAVE_LIBC_MSVCRT
#define HAVE_LIBC_MSVCRT 0
#endif
+#elif defined(XP_DARWIN)
+#include "config_darwin64.h"
#elif defined(XP_UNIX)
#if defined(HAVE_64BIT_BUILD)
#include "config_unix64.h"