da67ad76c1
- sync port Makefile with flvstreamer ok jasper@, earlier version ok benoit@ (reminder, ports is not fully open, do not commit without specific permission)
13 lines
529 B
Plaintext
13 lines
529 B
Plaintext
$OpenBSD: patch-bytes_h,v 1.5 2010/02/26 18:46:26 sthen Exp $
|
|
--- bytes.h.orig Thu Dec 31 05:33:57 2009
|
|
+++ bytes.h Tue Jan 12 12:55:19 2010
|
|
@@ -78,7 +78,7 @@ typedef unsigned char uint8_t;
|
|
|
|
// ok, we assume to have the same float word order and byte order if float word order is not defined
|
|
#ifndef __FLOAT_WORD_ORDER
|
|
-#warning "Float word order not defined, assuming the same as byte order!"
|
|
+/* #warning "Float word order not defined, assuming the same as byte order!" */
|
|
#define __FLOAT_WORD_ORDER __BYTE_ORDER
|
|
#endif
|
|
|