浏览代码

support android for ogg/vorbis

Dan Korostelev 7 年之前
父节点
当前提交
db44a78154
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/vorbis/ogg/config_types.h

+ 1 - 1
include/vorbis/ogg/config_types.h

@@ -1,7 +1,7 @@
 
 // include by os_types.h as a fallback
 
-#if defined(__ORBIS__) || defined(__NX__)
+#if defined(__ORBIS__) || defined(__NX__) || defined(__ANDROID__)
 
 #  include <sys/types.h>
 typedef short ogg_int16_t;