From ee85ae9c138ac822ec72d0d37cc59e96451a1419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 25 May 2012 12:04:43 -0400 Subject: [PATCH] Make it compile --- wcap-decode/vpx_config.h | 2 ++ wcap-decode/vpxenc.c | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 wcap-decode/vpx_config.h diff --git a/wcap-decode/vpx_config.h b/wcap-decode/vpx_config.h new file mode 100644 index 0000000..b4e8c30 --- /dev/null +++ b/wcap-decode/vpx_config.h @@ -0,0 +1,2 @@ + +#define CONFIG_LITTLE_ENDIAN 1 diff --git a/wcap-decode/vpxenc.c b/wcap-decode/vpxenc.c index b9aa8e1..866515f 100644 --- a/wcap-decode/vpxenc.c +++ b/wcap-decode/vpxenc.c @@ -33,12 +33,12 @@ #include #endif #include "vpx/vp8cx.h" -#include "vpx_ports/mem_ops.h" -#include "vpx_ports/vpx_timer.h" +#include "mem_ops.h" +#include "vpx_timer.h" #include "tools_common.h" #include "y4minput.h" -#include "libmkv/EbmlWriter.h" -#include "libmkv/EbmlIDs.h" +#include "EbmlWriter.h" +#include "EbmlIDs.h" /* Need special handling of these functions on Windows */ #if defined(_MSC_VER) -- 2.7.4