mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Scan src/info.
This commit is contained in:
parent
92fa9d15b4
commit
235e19324f
@ -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);
|
||||
my @all_files = map { (glob("src/$_/*.cpp"), glob("src/$_/*.h")) } qw(common input output merge info);
|
||||
|
||||
$| = 1;
|
||||
print "0\%\r";
|
||||
|
Loading…
Reference in New Issue
Block a user