video-scaler: fix build without orc
https://bugzilla.gnome.org/show_bug.cgi?id=739433
This commit is contained in:
parent
5cf4aa358d
commit
ef98393b0d
@ -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…
x
Reference in New Issue
Block a user