summaryrefslogtreecommitdiff
path: root/libavutil/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index 7d5edb4a7d..8179ece5b2 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -102,7 +102,7 @@
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
# endif /* other OS */
-#endif /* HAVE_INTTYPES_H */
+#endif /* EMULATE_INTTYPES */
#ifndef INT16_MIN
#define INT16_MIN (-0x7fff-1)