Ignore AUDIO/VIDEO_FORMATS_ALL

They are endianness and version dependent.
This commit is contained in:
Sebastian Dröge 2020-06-10 11:52:06 +03:00
parent d5ebc6a16d
commit ad316840c5
2 changed files with 8 additions and 0 deletions

View file

@ -23,6 +23,10 @@ external_libraries = [
"GObject",
]
ignore = [
"GstAudio.AUDIO_FORMATS_ALL",
]
[[lib_version_overrides]]
version = "1.18"
lib_version = "1.17"

View file

@ -23,6 +23,10 @@ external_libraries = [
"GObject",
]
ignore = [
"GstVideo.VIDEO_FORMATS_ALL",
]
[[lib_version_overrides]]
version = "1.18"
lib_version = "1.17"