From 0f947104100131069fbfa9e53c8ef129c4716a30 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Sat, 17 Jul 2010 07:53:14 +0000 Subject: More cleaning for libwmapro; use codeclib's bitstream functions and drop those from the libwmapro. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27453 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwmapro/wmaprodec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libwmapro/wmaprodec.c') diff --git a/apps/codecs/libwmapro/wmaprodec.c b/apps/codecs/libwmapro/wmaprodec.c index 1fc4386..ea4cbe3 100644 --- a/apps/codecs/libwmapro/wmaprodec.c +++ b/apps/codecs/libwmapro/wmaprodec.c @@ -86,8 +86,8 @@ * subframe in order to reconstruct the output samples. */ -#include "get_bits.h" -#include "put_bits.h" +#include "ffmpeg_get_bits.h" +#include "ffmpeg_put_bits.h" #include "wmaprodata.h" #include "wma.h" #include "wmaprodec.h" -- cgit v1.1