summaryrefslogtreecommitdiffstats
path: root/libvo/aclib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/aclib.c')
-rw-r--r--libvo/aclib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/aclib.c b/libvo/aclib.c
index c1ac4234a7..cae86dd3d4 100644
--- a/libvo/aclib.c
+++ b/libvo/aclib.c
@@ -22,8 +22,6 @@
*/
#include "config.h"
-#ifdef CONFIG_FASTMEMCPY
-
#include <stddef.h>
#include <string.h>
#include "cpudetect.h"
@@ -227,5 +225,3 @@ void * mem2agpcpy(void * to, const void * from, size_t len)
#endif //!RUNTIME_CPUDETECT
return to;
}
-
-#endif /* CONFIG_FASTMEMCPY */