Commit 8f37f7c8 authored by Max Kellermann's avatar Max Kellermann

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.
parent d65d6548
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment