Make it compile

This commit is contained in:
Kristian Høgsberg 2012-05-25 12:04:43 -04:00
parent 89060c0a8b
commit ee85ae9c13
2 changed files with 6 additions and 4 deletions

2
wcap-decode/vpx_config.h Normal file
View File

@ -0,0 +1,2 @@
#define CONFIG_LITTLE_ENDIAN 1

View File

@ -33,12 +33,12 @@
#include <unistd.h>
#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)