summaryrefslogtreecommitdiff
path: root/audio/darkice/files/patch-src_OssDspSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/darkice/files/patch-src_OssDspSource.cpp')
-rw-r--r--audio/darkice/files/patch-src_OssDspSource.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/darkice/files/patch-src_OssDspSource.cpp b/audio/darkice/files/patch-src_OssDspSource.cpp
deleted file mode 100644
index 18a73398bf2e..000000000000
--- a/audio/darkice/files/patch-src_OssDspSource.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/OssDspSource.cpp.orig Thu Feb 13 00:48:22 2003
-+++ src/OssDspSource.cpp Thu Jan 8 12:15:07 2004
-@@ -86,6 +86,13 @@
- #error need sys/soundcard.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
-
- #include "Util.h"
- #include "Exception.h"