1
0
Fork 0
forked from len0rd/rockbox

Added HAVE_PCM_PLAYBACK

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6222 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-03-21 13:59:06 +00:00
parent 9e173d18ef
commit fc2f08f50c

View file

@ -56,4 +56,7 @@
/* Define this if you have adjustable CPU frequency */ /* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ #define HAVE_ADJUSTABLE_CPU_FREQ
/* Define this if you can play raw PCM audio */
#define HAVE_PCM_PLAYBACK
#endif #endif