From 5edd068e3060c186ea6af943e13622d51789d777 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 3 Oct 2017 15:26:34 -0700 Subject: [PATCH] Fix autotools build broken by 25dee2f2cb21d3fdd Build fails on GST_USE_UNSTABLE_API being redefined --- tests/examples/mpegts/ts-parser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/examples/mpegts/ts-parser.c b/tests/examples/mpegts/ts-parser.c index 57a954c860..c95a23eb13 100644 --- a/tests/examples/mpegts/ts-parser.c +++ b/tests/examples/mpegts/ts-parser.c @@ -31,7 +31,10 @@ #include #include +#ifndef GST_USE_UNSTABLE_API #define GST_USE_UNSTABLE_API +#endif + #include static void