summaryrefslogtreecommitdiffstats
path: root/gst/mpeg2sub
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpeg2sub')
-rw-r--r--gst/mpeg2sub/Makefile.am2
-rw-r--r--gst/mpeg2sub/gstmpeg2subt.c4
2 files changed, 3 insertions, 3 deletions
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 <wim.taymans@chello.be>",
"(C) 2000",
};
-
+/* defined but not used
static GstTypeDefinition mpeg2subtitledefinition = {
"mpeg2subt_video/mpeg2ubtitle",
"video/mpeg2subtitle",
NULL,
NULL,
};
-
+*/
/* GstMpeg2Subt signals and args */
enum {
/* FILL ME */