summaryrefslogtreecommitdiffstats
path: root/gst/mpeg2sub/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpeg2sub/Makefile.am')
-rw-r--r--gst/mpeg2sub/Makefile.am2
1 files changed, 1 insertions, 1 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