Changeset 2105:26b5b9e6656b in roaraudio


Ignore:
Timestamp:
07/21/09 16:25:44 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added --vorbis-bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r2049 r2105  
    4444TTY_DEV="none" 
    4545 
     46VORBIS_BITS=32 
     47 
    4648FSYNC=false 
    4749 
     
    200202   echo 
    201203   echo '--roard-cfreq FREQ          - Sets the cycle frequency of roard in Hz.' 
     204   echo '--vorbis-bits BITS           - Sets bits per sample used by Vorbis code' 
    202205   echo 
    203206   echo '--without-libao             - Disable build of libao plugin' 
     
    337340  '--roard-cfreq') 
    338341   ROARD_CFREQ="$2" 
     342   shift; 
     343  ;; 
     344  '--vorbis-bits') 
     345   VORBIS_BITS="$2" 
    339346   shift; 
    340347  ;; 
     
    785792 echo 
    786793 [ "$ROARD_CFREQ"         = '' ] || echo "#define ROAR_OUTPUT_CFREQ     $ROARD_CFREQ" 
     794 echo "#define ROAR_VORBIS_BITS     $VORBIS_BITS" 
    787795 echo 
    788796 $MINIMAL      && echo '#define ROAR_MINIMAL' 
Note: See TracChangeset for help on using the changeset viewer.