blob: 8796eb4816123f46e6d4f5ce659343ae36034c9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- mythmusic/mythmusic/aacdecoder.cpp.orig 2008-11-19 12:51:48.000000000 -0500
+++ mythmusic/mythmusic/aacdecoder.cpp 2008-11-19 12:52:42.000000000 -0500
@@ -17,6 +17,9 @@
#define FAAD_MODIFIED
#endif
+// LinHES need this undefined
+#undef FAAD_MODIFIED
+
// ANSI C headers
#include <cstdlib>
|