mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-23 12:01:01 +00:00
closedcaption: Increase recursion limit to 128 to fix compilation with latest nightly
This commit is contained in:
parent
186ee43f8e
commit
5e80f2fab4
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
// Boston, MA 02110-1335, USA.
|
||||
|
||||
#![crate_type = "cdylib"]
|
||||
#![recursion_limit = "128"]
|
||||
|
||||
// These macros are in weird paths currently,
|
||||
// and extern crate is used to avoid the explicit imports
|
||||
|
|
Loading…
Reference in a new issue