Mercurial > mplayer.hg
comparison configure @ 28266:0c1fef4e281a
Remove outdated comment.
author | diego |
---|---|
date | Sun, 11 Jan 2009 15:36:08 +0000 |
parents | 55f74fddb1e5 |
children | aba9a3186ce9 |
comparison
equal
deleted
inserted
replaced
28265:55f74fddb1e5 | 28266:0c1fef4e281a |
---|---|
3151 fi | 3151 fi |
3152 echores "$_alloca" | 3152 echores "$_alloca" |
3153 | 3153 |
3154 | 3154 |
3155 echocheck "fastmemcpy" | 3155 echocheck "fastmemcpy" |
3156 # fastmemcpy check is done earlier with tests of CPU & binutils features | |
3157 if test "$_fastmemcpy" = yes ; then | 3156 if test "$_fastmemcpy" = yes ; then |
3158 _def_fastmemcpy='#define CONFIG_FASTMEMCPY 1' | 3157 _def_fastmemcpy='#define CONFIG_FASTMEMCPY 1' |
3159 else | 3158 else |
3160 _def_fastmemcpy='#undef CONFIG_FASTMEMCPY' | 3159 _def_fastmemcpy='#undef CONFIG_FASTMEMCPY' |
3161 fi | 3160 fi |