summaryrefslogtreecommitdiffstats
path: root/src/file_dpx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_dpx.c')
-rw-r--r--src/file_dpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_dpx.c b/src/file_dpx.c
index b2b51a95..04f366c1 100644
--- a/src/file_dpx.c
+++ b/src/file_dpx.c
@@ -97,7 +97,7 @@ static int header_check_dpx(const unsigned char *buffer, const unsigned int buff
static void register_header_check_dpx(file_stat_t *file_stat)
{
register_header_check(0, "SDPX", 4, &header_check_dpx, file_stat);
-#ifndef __FRAMAC__
+#ifndef DISABLED_FOR_FRAMAC
register_header_check(0, "XPDS", 4, &header_check_dpx, file_stat);
#endif
}