ソースを参照

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;