ogg: don't include _flac_common.h
The source _ogg_common.c does not need any symbols from _flac_common.h, but including it leads to compiler errors when libflac isn't available.
This commit is contained in:
parent
d65d6548a3
commit
8f37f7c838
|
@ -20,7 +20,6 @@
|
|||
*/
|
||||
|
||||
#include "_ogg_common.h"
|
||||
#include "_flac_common.h"
|
||||
#include "../utils.h"
|
||||
|
||||
ogg_stream_type ogg_stream_type_detect(struct input_stream *inStream)
|
||||
|
|
Loading…
Reference in New Issue