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)
|
if (cpuflags & ORC_TARGET_MMX_MMXEXT)
|
||||||
klass->dts_cpuflags |= MM_ACCEL_X86_MMXEXT;
|
klass->dts_cpuflags |= MM_ACCEL_X86_MMXEXT;
|
||||||
#else
|
#else
|
||||||
|
cpuflags = 0;
|
||||||
klass->dts_cpuflags = 0;
|
klass->dts_cpuflags = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user