mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
dtsdec: prevent compiler warning if orc not present
This commit is contained in:
parent
7601bc306a
commit
268636c880
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue