summaryrefslogtreecommitdiff
path: root/media/ffvpx/config.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-05-01 09:28:43 +0000
committerMoonchild <moonchild@palemoon.org>2022-05-01 09:28:43 +0000
commit633728842e06fc9d61228a98a1d077efa5bf5ff2 (patch)
tree9450f24188f6011588851d9fd42802d2524e2e4b /media/ffvpx/config.h
parentbf110158b926f99fa36c180150d242453c8b0f95 (diff)
parentbc2841f9f916b2a6aade0cd6dae4a2e4407352b6 (diff)
downloaduxp-633728842e06fc9d61228a98a1d077efa5bf5ff2.tar.gz
Merge branch 'master' into vpx-format-update
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"