Ignore:
Timestamp:
08/03/08 00:54:19 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only compile vorbis stuff if we have libvorbisfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/codecfilter_vorbis.h

    r222 r362  
    55 
    66#include <roaraudio.h> 
     7 
     8#ifdef ROAR_HAVE_LIBVORBISFILE 
     9 
    710#include <vorbis/codec.h> 
    811#include <vorbis/vorbisfile.h> 
     
    3033#endif 
    3134 
     35#endif 
     36 
    3237//ll 
Note: See TracChangeset for help on using the changeset viewer.