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:
@@ -20,7 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "_ogg_common.h"
|
#include "_ogg_common.h"
|
||||||
#include "_flac_common.h"
|
|
||||||
#include "../utils.h"
|
#include "../utils.h"
|
||||||
|
|
||||||
ogg_stream_type ogg_stream_type_detect(struct input_stream *inStream)
|
ogg_stream_type ogg_stream_type_detect(struct input_stream *inStream)
|
||||||
|
Reference in New Issue
Block a user