SubDir HAIKU_TOP src add-ons media plugins theora ;

SetSubDirSupportedPlatformsBeOSCompatible ;

UsePrivateHeaders media shared ;

SubDirSysHdrs $(SUBDIR) libtheora ;
SubDirHdrs $(SUBDIR) .. ogg ;
SubDirSysHdrs $(SUBDIR) .. ogg libogg ;

Addon theora :
 	theoraCodecPlugin.cpp
	: libtheora.a libogg.a be libmedia.so $(TARGET_LIBSUPC++)
;

SubInclude HAIKU_TOP src add-ons media plugins theora libtheora ;
