summaryrefslogtreecommitdiffstats
path: root/gst/mpeg2sub
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpeg2sub')
-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 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