summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-08 03:42:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-08 03:42:00 +0000
commit49f88ad86128a0aea5ff9525da3193baeeeb3887 (patch)
tree29d6105ad235c1e99f0dccfdafeb375fe625959b /libvo
parentd365ca2eab68ac558acbe616e662d020ab4853b6 (diff)
downloadmpv-49f88ad86128a0aea5ff9525da3193baeeeb3887.tar.bz2
mpv-49f88ad86128a0aea5ff9525da3193baeeeb3887.tar.xz
Conditionally compile aclib.c instead of placing #ifdef around its content.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28483 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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 */