summaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
Diffstat (limited to 'media')
-rw-r--r--media/ffvpx/config.h2
-rw-r--r--media/libav/config.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/media/ffvpx/config.h b/media/ffvpx/config.h
index db2f7b42e1..f43da8f284 100644
--- a/media/ffvpx/config.h
+++ b/media/ffvpx/config.h
@@ -26,8 +26,6 @@
#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"
diff --git a/media/libav/config.h b/media/libav/config.h
index 96c5ea9506..4abd411041 100644
--- a/media/libav/config.h
+++ b/media/libav/config.h
@@ -17,8 +17,6 @@
#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