[rtmpdump] Patch to recognize __FreeBSD_version

Marcin Cieslak saper at saper.info
Sun Feb 28 22:37:46 CET 2010


This one is needed:

--- bytes.h	(revision 276)
+++ bytes.h	(working copy)
@@ -25,6 +25,7 @@
  #define __BYTES_H__

  #include <stdint.h>
+#include <sys/param.h>

  #ifdef WIN32
  // Windows is little endian only

otherwise on FreeBSD the endianness check will fallback to the default.

--Marcin



More information about the rtmpdump mailing list