fix --option
This commit is contained in:
parent
e5bdbffbcf
commit
6dd476fecb
@ -326,6 +326,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||||||
} else {
|
} else {
|
||||||
my_println!("Installation and administrative privileges required!");
|
my_println!("Installation and administrative privileges required!");
|
||||||
}
|
}
|
||||||
|
return None;
|
||||||
} else if args[0] == "--check-hwcodec-config" {
|
} else if args[0] == "--check-hwcodec-config" {
|
||||||
#[cfg(feature = "hwcodec")]
|
#[cfg(feature = "hwcodec")]
|
||||||
scrap::hwcodec::check_config();
|
scrap::hwcodec::check_config();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user