diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-13 14:40:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-13 15:05:42 +0200 |
commit | 838e36635ab5be523037bd6064573299f3936a37 (patch) | |
tree | 2c5aae2331d3970e978e9c66f07137398384e54e /ffplay.c | |
parent | 391b1e391187c30ae0e3bad9c0e9c40df18785bf (diff) | |
download | ffmpeg-838e36635ab5be523037bd6064573299f3936a37.tar.gz |
avcodec: move "thread emulation" warning to common code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2890,9 +2890,6 @@ static int opt_duration(const char *opt, const char *arg) static int opt_thread_count(const char *opt, const char *arg) { thread_count= parse_number_or_die(opt, arg, OPT_INT64, 0, INT_MAX); -#if !HAVE_THREADS - fprintf(stderr, "Warning: not compiled with thread support, using thread emulation\n"); -#endif return 0; } |