dtsdec: prevent compiler warning if orc not present

This commit is contained in:
Mark Nauwelaerts 2010-06-14 15:46:58 +02:00
parent 7601bc306a
commit 268636c880

View file

@ -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