summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/dts/gstdtsdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dts/gstdtsdec.c b/ext/dts/gstdtsdec.c
index 74a97cd9a..3f1695b3f 100644
--- a/ext/dts/gstdtsdec.c
+++ b/ext/dts/gstdtsdec.c
@@ -198,6 +198,7 @@ gst_dtsdec_class_init (GstDtsDecClass * klass)
if (cpuflags & ORC_TARGET_MMX_MMXEXT)
klass->dts_cpuflags |= MM_ACCEL_X86_MMXEXT;
#else
+ cpuflags = 0;
klass->dts_cpuflags = 0;
#endif