3273e46b7c
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>
13 lines
291 B
C++
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;
|