Make it compile
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 25 May 2012 16:04:43 +0000 (12:04 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 25 May 2012 16:04:43 +0000 (12:04 -0400)
wcap-decode/vpx_config.h [new file with mode: 0644]
wcap-decode/vpxenc.c

diff --git a/wcap-decode/vpx_config.h b/wcap-decode/vpx_config.h
new file mode 100644 (file)
index 0000000..b4e8c30
--- /dev/null
@@ -0,0 +1,2 @@
+
+#define CONFIG_LITTLE_ENDIAN 1
index b9aa8e1..866515f 100644 (file)
 #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)