-Remove calls to av_log() and use DEBUGF/printf instead, thuse removing
commite79011b604114d10247e7a283f9ce67317aee241
authormt <mt@a1c6a512-1295-4272-9138-f99709370657>
Tue, 12 May 2009 13:21:34 +0000 (12 13:21 +0000)
committermt <mt@a1c6a512-1295-4272-9138-f99709370657>
Tue, 12 May 2009 13:21:34 +0000 (12 13:21 +0000)
treeb71ccdd43d0213c1b78bebbe7593ebb4d25306af
parent0b2646fb19b343f08eb0cb20d17ff5c86fc26ca7
-Remove calls to av_log() and use DEBUGF/printf instead, thuse removing
libavutil/log.[c/h] and libavutil/avutil.h.
-Take necessary defines to bitstream.h from libavutil/intreadwrite.h to
remove the latter.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20918 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libcook/Makefile.test
apps/codecs/libcook/bitstream.c
apps/codecs/libcook/bitstream.h
apps/codecs/libcook/cook.c
apps/codecs/libcook/libavutil/avutil.h [deleted file]
apps/codecs/libcook/libavutil/internal.h
apps/codecs/libcook/libavutil/intreadwrite.h [deleted file]
apps/codecs/libcook/libavutil/log.c [deleted file]
apps/codecs/libcook/libavutil/log.h [deleted file]
apps/codecs/libcook/main.c