Ignore:
Timestamp:
10/07/06 02:49:28 (18 years ago)
Author:
r2d
Message:
  • fixed a LOT of bugs
  • fixed a bug that took me 2 days to find :)
  • remember to ALWAYS use -Wall with a C compiler (C++ is great !!!)
  • files can be played, but are not bit identical with the 1.15w encoder (the last digits of floats are not the same) - must be fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/mppenc.kdevelop

    r67 r71  
    33  <general>
    44    <author>Nicolas Botti</author>
    5     <email/>
     5    <email></email>
    66    <version>0.1</version>
    77    <projectmanagement>KDevAutoProject</projectmanagement>
     
    1414    <projectdirectory>.</projectdirectory>
    1515    <absoluteprojectpath>false</absoluteprojectpath>
    16     <description/>
     16    <description></description>
    1717  </general>
    1818  <kdevautoproject>
    1919    <general>
    2020      <activetarget>src/mppenc</activetarget>
    21       <useconfiguration>debug</useconfiguration>
     21      <useconfiguration>default</useconfiguration>
    2222    </general>
    2323    <run>
     
    2929      </runarguments>
    3030      <customdirectory>/</customdirectory>
    31       <programargs/>
     31      <programargs></programargs>
    3232      <autocompile>true</autocompile>
    3333      <envvars/>
     
    3939        <cxxcompiler>kdevgppoptions</cxxcompiler>
    4040        <f77compiler>kdevg77options</f77compiler>
    41         <cflags>-O2 -g0 </cflags>
     41        <cflags>-O1 -fomit-frame-pointer -pipe -g0</cflags>
     42        <envvars/>
     43        <configargs/>
     44        <topsourcedir/>
     45        <cppflags>-DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags>
     46        <ldflags/>
     47        <ccompilerbinary/>
     48        <cxxcompilerbinary/>
     49        <f77compilerbinary/>
     50        <cxxflags/>
     51        <f77flags/>
    4252      </optimized>
    4353      <debug>
     
    4757        <cxxcompiler>kdevgppoptions</cxxcompiler>
    4858        <f77compiler>kdevg77options</f77compiler>
    49         <cflags>-O0 -g3 -Wmissing-prototypes -Wmissing-prototypes</cflags>
     59        <cflags>-O0 -Wall -g3</cflags>
    5060        <envvars/>
    5161        <topsourcedir/>
     
    6777      <numberofjobs>1</numberofjobs>
    6878      <dontact>false</dontact>
    69       <makebin/>
     79      <makebin></makebin>
    7080      <prio>0</prio>
    7181    </make>
     
    174184    </codecompletion>
    175185    <creategettersetter>
    176       <prefixGet/>
     186      <prefixGet></prefixGet>
    177187      <prefixSet>set</prefixSet>
    178188      <prefixVariable>m_,_</prefixVariable>
     
    190200  <kdevdebugger>
    191201    <general>
    192       <programargs>--overwrite ~/seeking_bug.flac</programargs>
    193       <gdbpath/>
     202      <programargs>--overwrite ~/mdv-startup.wav</programargs>
     203      <gdbpath></gdbpath>
    194204      <dbgshell>libtool</dbgshell>
    195       <configGdbScript/>
    196       <runShellScript/>
    197       <runGdbScript/>
     205      <configGdbScript></configGdbScript>
     206      <runShellScript></runShellScript>
     207      <runGdbScript></runGdbScript>
    198208      <breakonloadinglibs>true</breakonloadinglibs>
    199209      <separatetty>false</separatetty>
Note: See TracChangeset for help on using the changeset viewer.