1
0
Fork 0
forked from len0rd/rockbox

test_codec is SWCODEC only

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25604 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-04-12 11:57:39 +00:00
parent f462c1b109
commit 2252b2dcec

View file

@ -185,7 +185,9 @@ remote_control.c
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
test_boost.c
#endif
#if CONFIG_CODEC == SWCODEC
test_codec.c
#endif
#ifdef HAVE_JPEG
test_core_jpeg.c
#endif