mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Scan the other directories, too.
This commit is contained in:
parent
235e19324f
commit
527619081d
@ -151,7 +151,7 @@ sub scan_file {
|
||||
}
|
||||
|
||||
sub parse_files {
|
||||
my @all_files = map { (glob("src/$_/*.cpp"), glob("src/$_/*.h")) } qw(common input output merge info);
|
||||
my @all_files = map { (glob("src/$_/*.cpp"), glob("src/$_/*.h")) } qw(common input output merge info extract mmg);
|
||||
|
||||
$| = 1;
|
||||
print "0\%\r";
|
||||
|
Loading…
Reference in New Issue
Block a user