readanysf~
dependencies
    For the current version
  • NEEDED

    • Gavl : by Burkhard Plaum
      Low level multimedia API.
      http://gmerlin.sf.net/

      If you are on debian, use http://debian-multimedia.org/. On OS X, use fink.i Or, use CVS as shown below.


      cvs -d:pserver:anonymous@gmerlin.cvs.sourceforge.net:/cvsroot/gmerlin login
      cvs -z3 -d:pserver:anonymous@gmerlin.cvs.sourceforge.net:/cvsroot/gmerlin co -P gavl
      cd gavl/
      ./autogen.sh
      ./configure --without-doxygen
      make
      sudo make install

    • Gmerlin_avdecode : by Burkhard Plaum
      Gmerlin_avdecoder is a general purpose media decoding library.
      http://gmerlin.sourceforge.net

      If you are on debian, use http://debian-multimedia.org/. On OS X, use fink. Or, use CVS as shown below.


      cvs -d:pserver:anonymous@gmerlin.cvs.sourceforge.net:/cvsroot/gmerlin login
      cvs -z3 -d:pserver:anonymous@gmerlin.cvs.sourceforge.net:/cvsroot/gmerlin co -P gmerlin_avdecoder
      cd gmerlin_avdecoder
      ./autogen.sh
      ./configure --without-doxygen
      make
      sudo make install
    For versions below 0.20
  • NEEDED


  • OPTIONAL

    • Madlib: by Robert Leslie
      MAD is a high-quality and fast MPEG audio decoder library.
      its apt-getable as libmad0 under the current debian distro
      you will need this for reading mp3 audio.
      http://www.underbit.com/products/mad/
      sudo apt-get install libmad0-dev

    • Ogg Vorbis: by Monty and Xiph.org
      a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source.
      http://vorbis.com
      sudo apt-get install libvorbis-dev

    • Flac : by Josh Coalson
      Free Lossless Audio Codec. Compresses audio data almost in half without loosing any quality.
      http://flac.sourceforge.net/
      sudo apt-get install libflac-dev






top
powered by mur.at