Attempt to compile on ubuntu 20.04

This commit is contained in:
loki
2021-06-13 21:48:04 +02:00
parent 8e32c8e6f4
commit ee10a795bd
10 changed files with 15 additions and 639 deletions

View File

@@ -29,9 +29,10 @@
#include <stddef.h>
#include <stdint.h>
#include <libavutil/avassert.h>
#include <libavutil/intreadwrite.h>
#include "avassert.h"
#if ARCH_X86_64
// TODO: Benchmark and optionally enable on other 64-bit architectures.
typedef uint64_t BitBuf;