summaryrefslogtreecommitdiff
path: root/media/libav
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2022-04-26 11:07:23 -0500
committerBrian Smith <brian@dbsoft.org>2022-04-26 11:07:23 -0500
commit9e2a89c71ddf67975da35eb100673f6b5546f292 (patch)
treeca7b972015f5ad2388d416fa0ec8f506cc9fb8d6 /media/libav
parent68d1c14bdf79d1c536ae05a4ce33fd9601c277eb (diff)
downloaduxp-9e2a89c71ddf67975da35eb100673f6b5546f292.tar.gz
Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN"
This reverts commit 3d671e4275c73a1484c72713304c6e04ec4ffc7c.
Diffstat (limited to 'media/libav')
-rw-r--r--media/libav/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libav/config.h b/media/libav/config.h
index 4abd411041..96c5ea9506 100644
--- a/media/libav/config.h
+++ b/media/libav/config.h
@@ -17,6 +17,8 @@
#define MOZ_LIBAV_CONFIG_H
#if defined(XP_WIN)
#include "config_win.h"
+#elif defined(XP_DARWIN)
+#include "config_darwin.h"
#elif defined(XP_UNIX)
#include "config_unix.h"
#endif