Changeset 1086:0b429d3ad30d in roaraudio


Ignore:
Timestamp:
12/28/08 19:36:13 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to disale proxy code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1072 r1086  
    4646ALAW_RW=true 
    4747MULAW_RW=true 
     48 
     49PROXY=true 
    4850 
    4951TARGET_WIN32=false 
     
    105107   echo '--without-mulaw' 
    106108   echo '--without-mulaw-rw' 
     109   echo '--without-proxy' 
    107110   echo '--target-win32' 
    108111   exit 0; 
     
    177180  '--without-mulaw-rw') 
    178181   MULAW_RW=false 
     182  ;; 
     183  '--without-proxy') 
     184   PROXY=false 
    179185  ;; 
    180186  '--prefix') 
     
    383389 $MULAW    && echo '#define ROAR_SUPPORT_MULAW' 
    384390 $MULAW_RW && echo '#define ROAR_SUPPORT_MULAW_RW' 
     391 $PROXY    && echo '#define ROAR_SUPPORT_PROXY' 
     392 echo 
    385393 $TARGET_WIN32 && echo '#define ROAR_TARGET_WIN32' 
    386394 echo 
Note: See TracChangeset for help on using the changeset viewer.