This commit is contained in:
philippe44
2019-08-21 17:14:03 -07:00
parent 95ad5a5ef4
commit d063457616
5 changed files with 10 additions and 8 deletions

View File

@@ -200,7 +200,7 @@ void decode_init(log_level level, const char *include_codecs, const char *exclud
sort_codecs((include_codecs ? order_codecs - include_codecs : i), register_mpg());
#if EMBEDDED
register_other();
register_external();
#endif
LOG_DEBUG("include codecs: %s exclude codecs: %s", include_codecs ? include_codecs : "", exclude_codecs);