comparison libvo/aclib.c @ 28446:7681eab10aea

Add standard license headers, unify header formatting.
author diego
date Sun, 08 Feb 2009 03:27:30 +0000
parents 31287e75b5d8
children b644796edd94
comparison
equal deleted inserted replaced
28445:c6cef3c6768f 28446:7681eab10aea
1 /*
2 * aclib - advanced C library ;)
3 * Functions which improve and expand the standard C library, see aclib_template.c.
4 * This file only contains runtime CPU detection and config option stuff.
5 * runtime CPU detection by Michael Niedermayer (michaelni@gmx.at)
6 *
7 * This file is part of MPlayer.
8 *
9 * MPlayer is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * MPlayer is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 */
23
1 #include "config.h" 24 #include "config.h"
2 #ifdef CONFIG_FASTMEMCPY 25 #ifdef CONFIG_FASTMEMCPY
3 26
4 /*
5 aclib - advanced C library ;)
6 This file contains functions which improve and expand standard C-library
7 see aclib_template.c ... this file only contains runtime cpu detection and config options stuff
8 runtime cpu detection by michael niedermayer (michaelni@gmx.at) is under GPL
9 */
10 #include <stddef.h> 27 #include <stddef.h>
11 #include <string.h> 28 #include <string.h>
12 #include "cpudetect.h" 29 #include "cpudetect.h"
13 #include "fastmemcpy.h" 30 #include "fastmemcpy.h"
14 #undef memcpy 31 #undef memcpy