summaryrefslogtreecommitdiffstats
path: root/libvo/aclib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/aclib.c')
-rw-r--r--libvo/aclib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/aclib.c b/libvo/aclib.c
index 858c77495a..bd089f6e34 100644
--- a/libvo/aclib.c
+++ b/libvo/aclib.c
@@ -9,6 +9,7 @@
*/
#include <stddef.h>
#include "../cpudetect.h"
+#include "fastmemcpy.h"
#define BLOCK_SIZE 4096
#define CONFUSION_FACTOR 0
@@ -177,6 +178,7 @@ void * mem2agpcpy(void * to, const void * from, size_t len)
#endif
#endif //!RUNTIME_CPUDETECT
+ return to;
}
#endif /* use fastmemcpy */