From 2cb859e0c95773cd78473f3d9b279985f64074ea Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 6 Apr 2002 14:51:03 +0000 Subject: fixed rest of warning for gcc 3 in /gst. Original commit message from CVS: fixed rest of warning for gcc 3 in /gst. fixed some Makefiles: s/-m486/-mcpu=i486/ disabled mpegaudioparse plugin. What good is this rotten code for anyway? --- gst/mpeg2sub/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mpeg2sub/Makefile.am') diff --git a/gst/mpeg2sub/Makefile.am b/gst/mpeg2sub/Makefile.am index 4f78ea18..255a8ffa 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 = -mcpu=486 +ARCHCFLAGS = -mcpu=i486 else ARCHCFLAGS = endif -- cgit v1.2.1