diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-11-03 17:20:49 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2018-02-06 10:03:15 +0100 |
commit | 4cf84e254ae75b524e1cacae499a97d7cc9e5906 (patch) | |
tree | 7279020311353786e92dbfe27f4ecf78467e9973 /libavcodec/thread.h | |
parent | bca41545b371efc34e38d1fa8bb12dba8b614da0 (diff) | |
download | ffmpeg-4cf84e254ae75b524e1cacae499a97d7cc9e5906.tar.gz |
Drop some unnecessary config.h #includes
Diffstat (limited to 'libavcodec/thread.h')
-rw-r--r-- | libavcodec/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/thread.h b/libavcodec/thread.h index 864e67eb98..b06958de80 100644 --- a/libavcodec/thread.h +++ b/libavcodec/thread.h @@ -29,7 +29,6 @@ #include "libavutil/buffer.h" -#include "config.h" #include "avcodec.h" typedef struct ThreadFrame { |