mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
68ff8a0484
bstr.c doesn't really deserve its own directory, and compat had just a few files, most of which may as well be in osdep. There isn't really any justification for these extra directories, so get rid of them. The compat/libav.h was empty - just delete it. We changed our approach to API compatibility, and will likely not need it anymore.
8 lines
115 B
C
8 lines
115 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
|
|
#include "osdep/compiler.h"
|
|
|
|
#include "ta/ta_talloc.h"
|