A lot of this type of function is in fixedpoint.c. Maybe there's a way to consolidate?

On 5/10/2010 06:20, [email protected] wrote:
Date: 2010-05-10 12:20:55 +0200 (Mon, 10 May 2010)
New Revision: 25925

Log Message:
wmafixed.h: remove double declaration

Modified:
    trunk/apps/codecs/libwma/wmafixed.h

Modified: trunk/apps/codecs/libwma/wmafixed.h
===================================================================
--- trunk/apps/codecs/libwma/wmafixed.h 2010-05-10 03:49:17 UTC (rev 25924)
+++ trunk/apps/codecs/libwma/wmafixed.h 2010-05-10 10:20:55 UTC (rev 25925)
@@ -50,6 +50,7 @@
  fixed32 fixdiv32(fixed32 x, fixed32 y);
  fixed64 fixdiv64(fixed64 x, fixed64 y);
  fixed32 fixsqrt32(fixed32 x);
+/* Inverse gain of circular cordic rotation in s0.31 format. */
  long fsincos(unsigned long phase, fixed32 *cos);


@@ -105,7 +106,3 @@
  }

  #endif
-
-
-/* Inverse gain of circular cordic rotation in s0.31 format. */
-long fsincos(unsigned long phase, fixed32 *cos);

_______________________________________________
rockbox-cvs mailing list
[email protected]
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

Reply via email to