SubDir TOP plugins sndsys element ogg ;

if $(VORBISFILE.AVAILABLE) = "yes"
{
Plugin sndsysogg : [ Wildcard *.cpp *.h ] ;
Description sndsysogg : "Ogg Vorbis sound element for sndsys" ;
LinkWith sndsysogg : crystalspace ;
ExternalLibs sndsysogg : VORBISFILE ;
CompileGroups sndsysogg : sndsys ;
}

