]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tls.h
libavformat/avienc: Check bits per sample for PAL8
[ffmpeg] / libavformat / tls.h
index 9c851bf132757790c7bfea311acc83f2386e1540..beb19d6d5571634a6d35bf19ed4e303093d054a8 100644 (file)
 #ifndef AVFORMAT_TLS_H
 #define AVFORMAT_TLS_H
 
-#include "config.h"
-#include "url.h"
 #include "libavutil/opt.h"
 
+#include "url.h"
+
 typedef struct TLSShared {
     char *ca_file;
     int verify;