]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pthread.c
Change some leftover __attribute__((unused)) and __attribute__((used)) to
[ffmpeg] / libavcodec / pthread.c
index f2c636bbe9d59fb545900d0a70461642ad7f8800..d82753b9c811144e8c92b70ac96f9153fa2d5f52 100644 (file)
@@ -25,7 +25,6 @@
 #include <pthread.h>
 
 #include "avcodec.h"
-#include "common.h"
 
 typedef int (action_t)(AVCodecContext *c, void *arg);