summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
Diffstat (limited to 'mac')
-rw-r--r--mac/compat/strdup.c21
-rw-r--r--mac/compat/sys/types.h1
-rw-r--r--mac/decoder_example.mcpbin63173 -> 0 bytes
-rw-r--r--mac/encoder_example.mcpbin66521 -> 0 bytes
-rw-r--r--mac/libvorbis.mcpbin70814 -> 0 bytes
-rw-r--r--mac/libvorbis.mcp.exp52
-rwxr-xr-xmac/libvorbisenc.mcpbin81746 -> 0 bytes
-rwxr-xr-xmac/libvorbisenc.mcp.exp5
-rwxr-xr-xmac/libvorbisfile.mcpbin75906 -> 0 bytes
-rwxr-xr-xmac/libvorbisfile.mcp.exp30
10 files changed, 0 insertions, 109 deletions
diff --git a/mac/compat/strdup.c b/mac/compat/strdup.c
deleted file mode 100644
index 2ef4279c..00000000
--- a/mac/compat/strdup.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#include <ogg/os_types.h>
-#include <sys/types.h>
-#include <string.h>
-#include <stdlib.h>
-
-char *strdup(const char *inStr)
-{
- char *outStr = NULL;
-
- if (inStr == NULL) {
- return NULL;
- }
-
- outStr = _ogg_malloc(strlen(inStr) + 1);
-
- if (outStr != NULL) {
- strcpy(outStr, inStr);
- }
-
- return outStr;
-}
diff --git a/mac/compat/sys/types.h b/mac/compat/sys/types.h
deleted file mode 100644
index b0d4f920..00000000
--- a/mac/compat/sys/types.h
+++ /dev/null
@@ -1 +0,0 @@
-#ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */ \ No newline at end of file
diff --git a/mac/decoder_example.mcp b/mac/decoder_example.mcp
deleted file mode 100644
index 693a4d94..00000000
--- a/mac/decoder_example.mcp
+++ /dev/null
Binary files differ
diff --git a/mac/encoder_example.mcp b/mac/encoder_example.mcp
deleted file mode 100644
index 8f055e8b..00000000
--- a/mac/encoder_example.mcp
+++ /dev/null
Binary files differ
diff --git a/mac/libvorbis.mcp b/mac/libvorbis.mcp
deleted file mode 100644
index efdc8674..00000000
--- a/mac/libvorbis.mcp
+++ /dev/null
Binary files differ
diff --git a/mac/libvorbis.mcp.exp b/mac/libvorbis.mcp.exp
deleted file mode 100644
index 88d6e539..00000000
--- a/mac/libvorbis.mcp.exp
+++ /dev/null
@@ -1,52 +0,0 @@
-### From "vorbis/codec.h"
-
-# Vorbis PRIMITIVES: general
-
-vorbis_info_init
-vorbis_info_clear
-vorbis_comment_init
-vorbis_comment_add
-vorbis_comment_add_tag
-vorbis_comment_query
-vorbis_comment_query_count
-vorbis_comment_clear
-
-vorbis_block_init
-vorbis_block_clear
-vorbis_dsp_clear
-
-# Vorbis PRIMITIVES: analysis/DSP layer
-
-vorbis_analysis_init
-vorbis_analysis_headerout
-vorbis_analysis_buffer
-vorbis_analysis_wrote
-vorbis_analysis_blockout
-vorbis_analysis
-
-# Vorbis PRIMITIVES: synthesis layer
-
-vorbis_synthesis_headerin
-vorbis_synthesis_init
-vorbis_synthesis
-vorbis_synthesis_blockin
-vorbis_synthesis_pcmout
-vorbis_synthesis_read
-
-### From "psy.h" (for VorbisEncLib)
-
-_vp_psy_init
-_vp_psy_clear
-#_vi_psy_dup
-
-_vi_psy_free
-_vi_psy_copy
-
-_vp_compute_mask
-_vp_apply_floor
-
-### From "xxx.h" (for VorbisEncLib)
-_time_P
-_floor_P
-_residue_P
-_mapping_P
diff --git a/mac/libvorbisenc.mcp b/mac/libvorbisenc.mcp
deleted file mode 100755
index 81ad175f..00000000
--- a/mac/libvorbisenc.mcp
+++ /dev/null
Binary files differ
diff --git a/mac/libvorbisenc.mcp.exp b/mac/libvorbisenc.mcp.exp
deleted file mode 100755
index d586a1b1..00000000
--- a/mac/libvorbisenc.mcp.exp
+++ /dev/null
@@ -1,5 +0,0 @@
-### From "vorbis/vorbisenc.h"
-
-vorbis_encode_init
-
-vorbis_encode_ctl
diff --git a/mac/libvorbisfile.mcp b/mac/libvorbisfile.mcp
deleted file mode 100755
index a8741579..00000000
--- a/mac/libvorbisfile.mcp
+++ /dev/null
Binary files differ
diff --git a/mac/libvorbisfile.mcp.exp b/mac/libvorbisfile.mcp.exp
deleted file mode 100755
index 8e3c1124..00000000
--- a/mac/libvorbisfile.mcp.exp
+++ /dev/null
@@ -1,30 +0,0 @@
-### From "vorbis/vorbisfile.h"
-
-ov_clear
-ov_open
-ov_open_callbacks
-
-ov_bitrate
-ov_bitrate_instant
-ov_streams
-ov_seekable
-ov_serialnumber
-
-ov_raw_total
-ov_pcm_total
-ov_time_total
-
-ov_raw_seek
-ov_pcm_seek
-ov_pcm_seek_page
-ov_time_seek
-ov_time_seek_page
-
-ov_raw_tell
-ov_pcm_tell
-ov_time_tell
-
-ov_info
-ov_comment
-
-ov_read