reactos/lib/3rdparty/libsamplerate/libsamplerate.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

12 lines
372 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="libsamplerate" type="staticlibrary" allowwarnings="true">
<define name="HAVE_LRINT" />
<define name="HAVE_LRINTF" />
<include base="libsamplerate">.</include>
<file>samplerate.c</file>
<file>src_linear.c</file>
<file>src_sinc.c</file>
<file>src_zoh.c</file>
</module>