aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib-devel/files/patch-soundprovider_recorder_oss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/clanlib-devel/files/patch-soundprovider_recorder_oss.cpp')
-rw-r--r--devel/clanlib-devel/files/patch-soundprovider_recorder_oss.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/clanlib-devel/files/patch-soundprovider_recorder_oss.cpp b/devel/clanlib-devel/files/patch-soundprovider_recorder_oss.cpp
deleted file mode 100644
index 703d668b2cad..000000000000
--- a/devel/clanlib-devel/files/patch-soundprovider_recorder_oss.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- Sources/Sound/SoundProviders/Unix/soundprovider_recorder_oss.cpp.orig Tue Sep 23 07:15:13 2003
-+++ Sources/Sound/SoundProviders/Unix/soundprovider_recorder_oss.cpp Tue Oct 21 02:52:21 2003
-@@ -34,6 +34,13 @@
- #include <sys/select.h>
- #endif
-
-+#if !defined(AFMT_S16_NE)
-+#if defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN)
-+#define AFMT_S16_NE AFMT_S16_BE
-+#else
-+#define AFMT_S16_NE AFMT_S16_LE
-+#endif
-+#endif
-
- /////////////////////////////////////////////////////////////////////////////
- // CL_SoundProvider_Recorder_OSS_Session construction: