Changeset 282


Ignore:
Timestamp:
04/20/07 21:38:47 (17 years ago)
Author:
r2d
Message:

added wavcmp utility

Location:
libmpc/branches/r2d
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/Makefile.am

    r232 r282  
    11AUTOMAKE_OPTIONS = foreign
    2 SUBDIRS = libwavformat libmpcpsy libmpcenc libmpcdec \
    3                         mpcenc mpcdec mpcgain mpc2sv8 include
     2SUBDIRS = libwavformat libmpcpsy libmpcenc libmpcdec                    mpcenc mpcdec mpcgain \
     3        mpc2sv8 include wavcmp
  • libmpc/branches/r2d/configure.in

    r232 r282  
    1111AC_CHECK_HEADERS(replaygain/gain_analysis.h)
    1212
    13 AC_OUTPUT(Makefile libmpcenc/Makefile libmpcpsy/Makefile mpcenc/Makefile libwavformat/Makefile libmpcdec/Makefile mpcdec/Makefile mpcgain/Makefile mpc2sv8/Makefile include/Makefile)
     13AC_OUTPUT(Makefile libmpcenc/Makefile libmpcpsy/Makefile mpcenc/Makefile libwavformat/Makefile libmpcdec/Makefile mpcdec/Makefile mpcgain/Makefile mpc2sv8/Makefile include/Makefile wavcmp/Makefile)
  • libmpc/branches/r2d/libmpc.kdevelop

    r233 r282  
    1818  <kdevautoproject>
    1919    <general>
    20       <activetarget>mpcenc/mpcenc</activetarget>
     20      <activetarget>wavcmp/wavcmp</activetarget>
    2121      <useconfiguration>optimized</useconfiguration>
    2222    </general>
    2323    <run>
    24       <mainprogram></mainprogram>
     24      <mainprogram/>
    2525      <terminal>true</terminal>
    2626      <directoryradio>executable</directoryradio>
     
    3030        <mpcgain/>
    3131        <mpc2sv8>~/test1.mpc ~/test1-conv.mpc</mpc2sv8>
     32        <wavcmp/>
    3233      </runarguments>
    3334      <customdirectory>/</customdirectory>
    34       <programargs></programargs>
     35      <programargs/>
    3536      <autocompile>true</autocompile>
    3637      <envvars/>
     
    4243        <cxxcompiler>kdevgppoptions</cxxcompiler>
    4344        <f77compiler>kdevg77options</f77compiler>
    44         <cflags>-O3 -fomit-frame-pointer -pipe -Wall -m3dnow -msse</cflags>
     45        <cflags>-O3 -fomit-frame-pointer -pipe -Wall -m3dnow -msse -ffast-math</cflags>
    4546        <envvars/>
    4647        <configargs></configargs>
     
    6263        <cflags>-O0 -Wall -g3</cflags>
    6364        <envvars/>
    64         <topsourcedir></topsourcedir>
     65        <topsourcedir/>
    6566        <cppflags>-I/home/nico/src/musepack/svn/libreplaygain/include</cppflags>
    6667        <ldflags>-L/home/nico/src/musepack/svn/libreplaygain/src</ldflags>
    67         <ccompilerbinary></ccompilerbinary>
    68         <cxxcompilerbinary></cxxcompilerbinary>
    69         <f77compilerbinary></f77compilerbinary>
    70         <cxxflags></cxxflags>
    71         <f77flags></f77flags>
     68        <ccompilerbinary/>
     69        <cxxcompilerbinary/>
     70        <f77compilerbinary/>
     71        <cxxflags/>
     72        <f77flags/>
    7273      </debug>
    7374    </configurations>
     
    204205  <kdevdebugger>
    205206    <general>
    206       <programargs>--artist &quot;madonna&quot; &quot;/home/nico/08 - Jimmy Jimmy.wav&quot;</programargs>
     207      <programargs>&quot;/home/nico/test.wav&quot; &quot;/home/nico/test2.wav&quot;</programargs>
    207208      <gdbpath></gdbpath>
    208209      <dbgshell>libtool</dbgshell>
Note: See TracChangeset for help on using the changeset viewer.