2015-03-02 14:29:22 +00:00
|
|
|
# according to the developers this is a false positive
|
2015-03-02 14:32:33 +00:00
|
|
|
addFilter("libvlccore.* shared-lib-calls-exit")
|
2015-03-02 14:29:22 +00:00
|
|
|
|
|
|
|
# there's a good reason for packaging vlc and vlc.desktop separately
|
|
|
|
addFilter("desktopfile-without-binary")
|
|
|
|
|
2024-03-04 07:40:07 +00:00
|
|
|
# Ignore executable stack on armv7
|
|
|
|
addFilter("executable-stack")
|