video-scaler: fix build without orc

https://bugzilla.gnome.org/show_bug.cgi?id=739433
This commit is contained in:
Tim-Philipp Müller 2014-10-30 23:53:39 +00:00
parent 5cf4aa358d
commit ef98393b0d

View file

@ -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"