mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
video-scaler: fix build without orc
https://bugzilla.gnome.org/show_bug.cgi?id=739433
This commit is contained in:
parent
5cf4aa358d
commit
ef98393b0d
1 changed files with 5 additions and 0 deletions
|
@ -25,7 +25,12 @@
|
|||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifndef DISABLE_ORC
|
||||
#include <orc/orcfunctions.h>
|
||||
#else
|
||||
#define orc_memcpy memcpy
|
||||
#endif
|
||||
|
||||
#include "video-orc.h"
|
||||
#include "video-scaler.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue