fixed warnings in /ext added mikmod_types.h to get it done
authorBenjamin Otte <otte@gnome.org>
Sat, 6 Apr 2002 18:14:31 +0000 (18:14 +0000)
committerBenjamin Otte <otte@gnome.org>
Sat, 6 Apr 2002 18:14:31 +0000 (18:14 +0000)
Original commit message from CVS:
fixed warnings in /ext
added mikmod_types.h to get it done

ext/mpeg2dec/Makefile.am

index d283793..de63239 100644 (file)
@@ -3,7 +3,7 @@ plugindir = $(libdir)/gst
 plugin_LTLIBRARIES = libgstmpeg2dec.la
 
 if HAVE_CPU_I386
-ARCHFLAGS = -m486
+ARCHFLAGS = -mcpu=i486
 else
 ARCHFLAGS = 
 endif