X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fmodules.h;h=252abe5b491faf8834a81bb569bf89a0f9d0a1cb;hb=401c5a7ef37174911426a84172349bb2da95037d;hp=00836dde077124bc8c537967396cab7afe549868;hpb=247685e30aacb74925c486928844aff52d46874e;p=vlc diff --git a/src/modules/modules.h b/src/modules/modules.h index 00836dde07..252abe5b49 100644 --- a/src/modules/modules.h +++ b/src/modules/modules.h @@ -76,7 +76,7 @@ struct module_cache_t #define MODULE_SHORTCUT_MAX 50 /* The module handle type. */ -#if defined(HAVE_DL_DYLD) +#if defined(HAVE_DL_DYLD) && !defined(__x86_64__) # if defined (HAVE_MACH_O_DYLD_H) # include # endif