freebsd-ports/multimedia/flvtool++/files/patch-common.h
Dmitry Marakasov 3273e46b7c flvtool++ is a tool for hinting and manipulating the metadata of FLV
files. It was originally created for Facebook's Video project
(http://facebook.com/video/) for fast video hinting. It is loosely
based on the Ruby FLVTool2, but is written in C++ for performance
reasons.

WWW:	http://mirror.facebook.com/facebook/flvtool++/

PR:		ports/126336
Submitted by:	Gea-Suan Lin <gslin at gslin dot org>
2008-08-21 19:25:33 +00:00

13 lines
291 B
C++

--- common.h.orig 2008-08-07 21:56:41.000000000 +0800
+++ common.h 2008-08-07 21:58:29.000000000 +0800
@@ -19,6 +19,10 @@
#include <boost/shared_ptr.hpp>
#include <stdexcept>
+#include <sys/endian.h>
+
+#define bswap_64 bswap64
+
using std::map;
using std::vector;
using std::string;