mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-18 03:55:36 +00:00
Ignore AUDIO/VIDEO_FORMATS_ALL
They are endianness and version dependent.
This commit is contained in:
parent
d5ebc6a16d
commit
ad316840c5
2 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,10 @@ external_libraries = [
|
||||||
"GObject",
|
"GObject",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
ignore = [
|
||||||
|
"GstAudio.AUDIO_FORMATS_ALL",
|
||||||
|
]
|
||||||
|
|
||||||
[[lib_version_overrides]]
|
[[lib_version_overrides]]
|
||||||
version = "1.18"
|
version = "1.18"
|
||||||
lib_version = "1.17"
|
lib_version = "1.17"
|
||||||
|
|
|
@ -23,6 +23,10 @@ external_libraries = [
|
||||||
"GObject",
|
"GObject",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
ignore = [
|
||||||
|
"GstVideo.VIDEO_FORMATS_ALL",
|
||||||
|
]
|
||||||
|
|
||||||
[[lib_version_overrides]]
|
[[lib_version_overrides]]
|
||||||
version = "1.18"
|
version = "1.18"
|
||||||
lib_version = "1.17"
|
lib_version = "1.17"
|
||||||
|
|
Loading…
Reference in a new issue