ports/multimedia/flvtool++/files/patch-AMFData.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

10 lines
245 B
C

--- AMFData.h.orig 2008-08-07 21:59:28.000000000 +0800
+++ AMFData.h 2008-08-07 21:59:34.000000000 +0800
@@ -8,7 +8,6 @@
#pragma once
#include "common.h"
-#include <byteswap.h>
#include <float.h>
#include <math.h>
#include <netinet/in.h>