home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Sound / LAME / Source / globalflags.h < prev    next >
C/C++ Source or Header  |  1999-06-03  |  375b  |  18 lines

  1.  
  2. /***********************************************************************
  3. *
  4. *  Global Variable External Declarations
  5. *
  6. ***********************************************************************/
  7. extern int force_ms;
  8. extern int VBR;
  9. extern int VBR_q;
  10. extern int gpsycho;
  11. extern int sfb21;
  12. extern int silent;
  13. extern int highq;
  14. extern int fast_mode;
  15. extern int allow_diff_short;
  16.  
  17.  
  18.