1
0
Fork 0
forked from len0rd/rockbox

Renamed config.h to config-a52.h to avoid name clash with rockbox' config.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6068 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-02-26 10:31:20 +00:00
parent 52356d88b4
commit 2ad0dec0b7
6 changed files with 6 additions and 5 deletions

View file

@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "config-a52.h"
#include <inttypes.h>

View file

@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "config-a52.h"
#include <inttypes.h>

View file

@ -21,3 +21,4 @@
#ifndef SIMULATOR
#define WORDS_BIGENDIAN 1
#endif

View file

@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "config-a52.h"
#include <string.h>
#include <inttypes.h>

View file

@ -24,7 +24,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "config-a52.h"
#include <math.h>
#include <stdio.h>

View file

@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "config-a52.h"
#include <stdlib.h>
#include <string.h>