Attempt to compile on ubuntu 20.04
This commit is contained in:
parent
8e32c8e6f4
commit
ee10a795bd
10 changed files with 15 additions and 639 deletions
3
third-party/cbs/put_bits.h
vendored
3
third-party/cbs/put_bits.h
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue