]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/internal.h
tls: Use TLSv1_client_method for OpenSSL
[ffmpeg] / libavutil / internal.h
index ee11a0a9d2bb27f36be4b6dfc8b8fc7ffdc9bb3d..07e1ef1f053dccba42f4ac9b8c88c2a519320098 100644 (file)
 #include "config.h"
 #include "attributes.h"
 #include "timer.h"
+#include "dict.h"
+
+struct AVDictionary {
+    int count;
+    AVDictionaryEntry *elems;
+};
 
 #ifndef attribute_align_arg
 #if ARCH_X86_32 && AV_GCC_VERSION_AT_LEAST(4,2)
 #define puts please_use_av_log_instead_of_puts
 #undef  perror
 #define perror please_use_av_log_instead_of_perror
+#undef strcasecmp
+#define strcasecmp please_use_av_strcasecmp
+#undef strncasecmp
+#define strncasecmp please_use_av_strncasecmp
 
 #define FF_ALLOC_OR_GOTO(ctx, p, size, label)\
 {\