dtsdec: prevent compiler warning if orc not present
This commit is contained in:
parent
7601bc306a
commit
268636c880
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user