Ignore:
Timestamp:
01/25/09 16:34:42 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only include vorbisfile.h if needed, should suppress some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/codecfilter_vorbis.h

    r747 r1185  
    2828#include <roaraudio.h> 
    2929 
    30 #ifdef ROAR_HAVE_LIBVORBISFILE 
     30#if defined(ROAR_HAVE_LIBVORBISFILE) && defined(ROAR_REQUIRE_LIBVORBISFILE) 
    3131 
    3232#include <vorbis/codec.h> 
Note: See TracChangeset for help on using the changeset viewer.