Commit b1535917 authored by Max Kellermann's avatar Max Kellermann

decoder/flac: move FlacIOHandle.?xx to lib/xiph/

parent ee565333
......@@ -1199,8 +1199,8 @@ endif
if ENABLE_FLAC
libdecoder_a_SOURCES += \
src/lib/xiph/FlacMetadataIterator.hxx \
src/lib/xiph/FlacIOHandle.cxx src/lib/xiph/FlacIOHandle.hxx \
src/decoder/plugins/FlacInput.cxx src/decoder/plugins/FlacInput.hxx \
src/decoder/plugins/FlacIOHandle.cxx src/decoder/plugins/FlacIOHandle.hxx \
src/decoder/plugins/FlacMetadata.cxx src/decoder/plugins/FlacMetadata.hxx \
src/decoder/plugins/FlacPcm.cxx src/decoder/plugins/FlacPcm.hxx \
src/decoder/plugins/FlacDomain.cxx src/decoder/plugins/FlacDomain.hxx \
......
......@@ -21,7 +21,7 @@
#define MPD_FLAC_METADATA_H
#include "Compiler.h"
#include "FlacIOHandle.hxx"
#include "lib/xiph/FlacIOHandle.hxx"
#include <FLAC/metadata.h>
......
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