From 8da3c2a969ee52d025117573c81a23c9a3ec2784 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 20 Apr 2012 11:23:56 +0200 Subject: [PATCH] mpegtsdemux: we ignore warnings differently We suppress the warnings in the .c file instead. --- gst/mpegtsdemux/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/mpegtsdemux/Makefile.am b/gst/mpegtsdemux/Makefile.am index b2cd468963..e6b727e424 100644 --- a/gst/mpegtsdemux/Makefile.am +++ b/gst/mpegtsdemux/Makefile.am @@ -1,8 +1,5 @@ plugin_LTLIBRARIES = libgstmpegtsdemux.la -# FIXME 0.11: ignore GValueArray warnings for now until this is sorted -ERROR_CFLAGS= - libgstmpegtsdemux_la_SOURCES = \ gsttsdemux.c \ gstmpegdesc.c \