From fc6a9e4a3e0278e1a1f5c0bf570667306f716fed Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 1 Feb 2012 20:01:16 +0200 Subject: build: switch to libavutil bswap.h and intreadwrite.h Remove the private bswap and intreadwrite.h implementations and use libavutil headers instead. Originally these headers weren't publicly installed by libavutil at all. That already changed in 2010, but the pure C bswap version in installed headers was very inefficient. That was recently (2011-12) improved and now using the public bswap version probably shouldn't cause noticeable performance problems, at least if using a new enough compiler. --- stream/vcd_read_fbsd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stream/vcd_read_fbsd.h') diff --git a/stream/vcd_read_fbsd.h b/stream/vcd_read_fbsd.h index 8a59a2a8ee..406cb902da 100644 --- a/stream/vcd_read_fbsd.h +++ b/stream/vcd_read_fbsd.h @@ -24,9 +24,11 @@ #include #include #include -#include "ffmpeg_files/intreadwrite.h" #include #include + +#include + #if defined(__NetBSD__) || defined(__OpenBSD__) #define VCD_NETBSD 1 #endif -- cgit v1.2.3