Skip to content

Commit 6b0add4

Browse files
committed
Init: print threads for --list-features if supported
1 parent b663384 commit 6b0add4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/init.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ void ffDestroyInstance(FFinstance* instance)
439439
void ffListFeatures()
440440
{
441441
fputs(
442+
#ifdef FF_HAVE_THREADS
443+
"threads\n"
444+
#endif
442445
#ifdef FF_HAVE_LIBPCI
443446
"libpci\n"
444447
#endif

0 commit comments

Comments
 (0)