Changeset 98785e7 in freewrt
- Timestamp:
- Feb 3, 2007, 9:46:05 AM (19 years ago)
- Children:
- 99ac30b
- Parents:
- d3e3be1
- Files:
-
- 2 edited
-
package/speex/Makefile (modified) (2 diffs)
-
toolchain/libnotimpl/files/math.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/speex/Makefile
rd3e3be1 r98785e7 8 8 9 9 PKG_NAME:= speex 10 PKG_VERSION:= 1. 1.810 PKG_VERSION:= 1.2beta1 11 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 734892c8ca5e7e835828048a1289a0cc13 PKG_SOURCE_URL:= http:// us.speex.org/download12 PKG_MD5SUM:= aac2e4ba42122b885c787ea280acb3d9 13 PKG_SOURCE_URL:= http://downloads.us.xiph.org/releases/speex/ 14 14 15 15 include ${TOPDIR}/mk/package.mk … … 18 18 19 19 CONFIGURE_STYLE:= gnu 20 CONFIGURE_ARGS+= --disable-oggtest 20 CONFIGURE_ENV+= LIBS="-lnotimpl" 21 CONFIGURE_ARGS+= --disable-oggtest --enable-fixed-point 21 22 BUILD_STYLE:= auto 22 23 INSTALL_STYLE:= auto -
toolchain/libnotimpl/files/math.c
rd3e3be1 r98785e7 12 12 } 13 13 14 float floorf (float x) 15 { 16 return (float) floor( (double)x ); 17 } 18 19 float logf (float x) 20 { 21 return (float) log( (double)x ); 22 } 14 23 15 24 /* sinf for uClibc
Note:
See TracChangeset
for help on using the changeset viewer.
