diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-02 07:10:18 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-02 07:10:18 +0000 |
commit | 3d671e4275c73a1484c72713304c6e04ec4ffc7c (patch) | |
tree | 98c4e605f3ce273f65fdf208275c433ee4566d4c /media/ffvpx | |
parent | 56da7e27477d0d4669980d2ce17f3b877ea0c36c (diff) | |
download | uxp-3d671e4275c73a1484c72713304c6e04ec4ffc7c.tar.gz |
Issue #1751 -- Remove XP_DARWIN
Diffstat (limited to 'media/ffvpx')
-rw-r--r-- | media/ffvpx/config.h | 2 |
1 files changed, 0 insertions, 2 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" |