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
+3 -3
View File
@@ -26,9 +26,9 @@
#include <stdint.h>
#include <string.h>
#include "libavutil/avassert.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avassert.h"
#include <libavutil/common.h>
#include <libavutil/intreadwrite.h>
typedef struct GetByteContext {
const uint8_t *buffer, *buffer_end, *buffer_start;