Use bundled ffmpeg libraries

This commit is contained in:
2020-01-06 16:25:34 -05:00
parent 0cda6c00e1
commit acdd2fb3c1
3 changed files with 9 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
#include "doc.h"
#include "src/ctx.h"
static void dump_text(mceTextReader_t *reader, dyn_buffer_t *buf) {
void dump_text(mceTextReader_t *reader, dyn_buffer_t *buf) {
mce_skip_attributes(reader);