Commit 1fa637d2 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer

ffmpeg: free_input_threads requires HAVE_PTHREADS

Hide behind that macro to avoid warning on systems with
!HAVE_PTHREADS.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 40b026b1
......@@ -155,8 +155,9 @@ static struct termios oldtty;
static int restore_tty;
#endif
#if HAVE_PTHREADS
static void free_input_threads(void);
#endif
/* sub2video hack:
Convert subtitles to video with alpha to insert them in filter graphs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment