HAVE_V4L2 is not an autoconf define so tell winapi_check not to
complain complain about it.
This commit is contained in:
parent
af384ad7a8
commit
a96f8ac203
|
@ -477,7 +477,7 @@ foreach my $file (@c_files) {
|
|||
|
||||
if($options->config) {
|
||||
if(!$nativeapi->is_conditional($_)) {
|
||||
if(/^HAVE_/ && !/^HAVE_(?:IPX|MESAGL|BUGGY_MESAGL|WINE_CONSTRUCTOR)$/)
|
||||
if(/^HAVE_/ && !/^HAVE_(?:IPX|MESAGL|BUGGY_MESAGL|V4L2|WINE_CONSTRUCTOR)$/)
|
||||
{
|
||||
$output->write("$file: $_ is not declared as a conditional\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue