Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/des.c')
-rw-r--r--libavutil/des.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/des.c b/libavutil/des.c
index c473a5f68b..f6643696d6 100644
--- a/libavutil/des.c
+++ b/libavutil/des.c
@@ -39,7 +39,7 @@ static const uint8_t IP_shuffle[] = {
};
#undef T
-#if defined(CONFIG_SMALL) || defined(GENTABLES)
+#if CONFIG_SMALL || defined(GENTABLES)
#define T(a, b, c, d) 32-a,32-b,32-c,32-d
static const uint8_t P_shuffle[] = {
T(16, 7, 20, 21),