[main] Re-include pthread.h that was removed in pr #334, needs to be

here because it is used by the gcrypt macro
This commit is contained in:
ejurgensen 2017-01-22 23:35:38 +01:00
parent 91ae0c1ec6
commit 5dc8eea4c2

View File

@ -50,6 +50,7 @@
#include <libavformat/avformat.h>
#include <libavfilter/avfilter.h>
#include <pthread.h>
#include <gcrypt.h>
GCRY_THREAD_OPTION_PTHREAD_IMPL;