From b73bb27c605120701619f3fa75acd82d31dec684 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 6 Apr 2002 03:40:15 +0000 Subject: fixed first bunch of compiler warnings Original commit message from CVS: fixed first bunch of compiler warnings --- gst/mpeg2sub/Makefile.am | 2 +- gst/mpeg2sub/gstmpeg2subt.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gst/mpeg2sub') diff --git a/gst/mpeg2sub/Makefile.am b/gst/mpeg2sub/Makefile.am index 876d5c53..4f78ea18 100644 --- a/gst/mpeg2sub/Makefile.am +++ b/gst/mpeg2sub/Makefile.am @@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libgstmpeg2subt.la libgstmpeg2subt_la_SOURCES = gstmpeg2subt.c if HAVE_CPU_I386 -ARCHCFLAGS = -m486 +ARCHCFLAGS = -mcpu=486 else ARCHCFLAGS = endif diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index 4aebfa6c..f111e5aa 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -43,14 +43,14 @@ static GstElementDetails mpeg2subt_details = { "Wim Taymans ", "(C) 2000", }; - +/* defined but not used static GstTypeDefinition mpeg2subtitledefinition = { "mpeg2subt_video/mpeg2ubtitle", "video/mpeg2subtitle", NULL, NULL, }; - +*/ /* GstMpeg2Subt signals and args */ enum { /* FILL ME */ -- cgit v1.2.1