Changeset 362:b13b2abea6f0 in roaraudio for roard/codecfilter_vorbis.c


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/codecfilter_vorbis.c

    r223 r362  
    22 
    33#include "roard.h" 
     4 
     5#ifdef ROAR_HAVE_LIBVORBISFILE 
    46 
    57int cf_vorbis_open(CODECFILTER_USERDATA_T * inst, int codec, 
     
    147149} 
    148150 
     151#endif 
     152 
    149153//ll 
Note: See TracChangeset for help on using the changeset viewer.