Commit 842b556a authored by Michael Niedermayer's avatar Michael Niedermayer

threadless threads warning

Originally committed as revision 2776 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a734250d
......@@ -2036,6 +2036,9 @@ static void opt_sc_threshold(const char *arg)
static void opt_thread_count(const char *arg)
{
thread_count= atoi(arg);
#ifndef HAVE_PTHREADS
fprintf(stderr, "Warning: not compiled with thread support, using thread emulation\n");
#endif
}
static void opt_audio_bitrate(const char *arg)
......
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