mirror of https://github.com/mpv-player/mpv
ao_lavc: fix warning: ISO C forbids forward references to 'enum' types
This commit is contained in:
parent
a6f8d1d961
commit
e9f966595c
|
@ -26,6 +26,7 @@
|
|||
#include <limits.h>
|
||||
|
||||
#include <libavutil/common.h>
|
||||
#include <libavutil/samplefmt.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "options/options.h"
|
||||
|
|
Loading…
Reference in New Issue