From 5e80f2fab40ebc9bc0e53666ae8b59ccbb6ed617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 21 Feb 2019 19:55:08 +0200 Subject: [PATCH] closedcaption: Increase recursion limit to 128 to fix compilation with latest nightly --- gst-plugin-closedcaption/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-plugin-closedcaption/src/lib.rs b/gst-plugin-closedcaption/src/lib.rs index 419173df..c0d82ee3 100644 --- a/gst-plugin-closedcaption/src/lib.rs +++ b/gst-plugin-closedcaption/src/lib.rs @@ -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