Dominique Leuenberger
1170909d5b
it should be ok now OBS-URL: https://build.opensuse.org/request/show/288473 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=98
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
# according to the developers this is a false positive
|
|
addFilter("libvlccore8.* shared-lib-calls-exit")
|
|
|
|
# there's a good reason for packaging vlc and vlc.desktop separately
|
|
addFilter("desktopfile-without-binary")
|
|
|
|
# plugins.dat is created on startup if necessary
|
|
addFilter("vlc-noX.* ghost-files-without-postin")
|
|
|
|
# these are false positives
|
|
addFilter("(libvlccore8|vlc-qt).* file-contains-date-and-time")
|
|
|