diff options
Diffstat (limited to 'libavutil/xtea.h')
-rw-r--r-- | libavutil/xtea.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/xtea.h b/libavutil/xtea.h index 4281fd8..bcf786c 100644 --- a/libavutil/xtea.h +++ b/libavutil/xtea.h @@ -23,7 +23,6 @@ #define AVUTIL_XTEA_H #include <stdint.h> -#include "version.h" /** * @file @@ -33,13 +32,9 @@ * @{ */ -#if FF_API_CRYPTO_CONTEXT typedef struct AVXTEA { uint32_t key[16]; } AVXTEA; -#else -typedef struct AVXTEA AVXTEA; -#endif /** * Allocate an AVXTEA context. |