fixed warnings in /ext added mikmod_types.h to get it done

Original commit message from CVS:
fixed warnings in /ext
added mikmod_types.h to get it done
This commit is contained in:
Benjamin Otte 2002-04-06 18:14:31 +00:00
parent e7ac0652b0
commit 8fd04f0c56

View file

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