diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-02-05 19:38:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-02-05 19:38:40 +0000 |
commit | a5aa0c90ca8ffebd4c3a15be9330e752444516d2 (patch) | |
tree | daae7a87fc1732c7efc6c538dd9f6df8cca8b66d /net/asterisk/files/patch-codecs::mp3::include::L3.h | |
parent | Fix and remove BROKEN. (diff) |
Update to 0.7.1.
Notes
Notes:
svn path=/head/; revision=100074
Diffstat (limited to 'net/asterisk/files/patch-codecs::mp3::include::L3.h')
-rw-r--r-- | net/asterisk/files/patch-codecs::mp3::include::L3.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/asterisk/files/patch-codecs::mp3::include::L3.h b/net/asterisk/files/patch-codecs::mp3::include::L3.h deleted file mode 100644 index 50d7345c39a4..000000000000 --- a/net/asterisk/files/patch-codecs::mp3::include::L3.h +++ /dev/null @@ -1,20 +0,0 @@ - -$FreeBSD$ - ---- codecs/mp3/include/L3.h.orig Wed Feb 12 15:59:14 2003 -+++ codecs/mp3/include/L3.h Fri Oct 17 11:27:30 2003 -@@ -49,6 +49,14 @@ - #define LITTLE_ENDIAN 0 - #endif - -+#if BYTE_ORDER == LITTLE_ENDIAN -+#define LITTLE_ENDIAN 1 -+#endif -+ -+#if BYTE_ORDER == BIG_ENDIAN -+#define LITTLE_ENDIAN 0 -+#endif -+ - #ifndef LITTLE_ENDIAN - #error Layer III LITTLE_ENDIAN must be defined 0 or 1 - #endif |