mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
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:
parent
e7ac0652b0
commit
8fd04f0c56
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ plugindir = $(libdir)/gst
|
|||
plugin_LTLIBRARIES = libgstmpeg2dec.la
|
||||
|
||||
if HAVE_CPU_I386
|
||||
ARCHFLAGS = -m486
|
||||
ARCHFLAGS = -mcpu=i486
|
||||
else
|
||||
ARCHFLAGS =
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue