Commit 24b14c5a authored by Max Kellermann's avatar Max Kellermann

decoder/flac: rename FlacMetadata.cxx to FlacStreamMetadata.cxx

parent 2e116c9e
...@@ -1201,8 +1201,8 @@ libdecoder_a_SOURCES += \ ...@@ -1201,8 +1201,8 @@ libdecoder_a_SOURCES += \
src/lib/xiph/FlacMetadataIterator.hxx \ src/lib/xiph/FlacMetadataIterator.hxx \
src/lib/xiph/FlacIOHandle.cxx src/lib/xiph/FlacIOHandle.hxx \ src/lib/xiph/FlacIOHandle.cxx src/lib/xiph/FlacIOHandle.hxx \
src/lib/xiph/FlacMetadataChain.cxx src/lib/xiph/FlacMetadataChain.hxx \ src/lib/xiph/FlacMetadataChain.cxx src/lib/xiph/FlacMetadataChain.hxx \
src/lib/xiph/FlacStreamMetadata.cxx src/lib/xiph/FlacStreamMetadata.hxx \
src/decoder/plugins/FlacInput.cxx src/decoder/plugins/FlacInput.hxx \ src/decoder/plugins/FlacInput.cxx src/decoder/plugins/FlacInput.hxx \
src/decoder/plugins/FlacMetadata.cxx src/decoder/plugins/FlacMetadata.hxx \
src/decoder/plugins/FlacPcm.cxx src/decoder/plugins/FlacPcm.hxx \ src/decoder/plugins/FlacPcm.cxx src/decoder/plugins/FlacPcm.hxx \
src/decoder/plugins/FlacDomain.cxx src/decoder/plugins/FlacDomain.hxx \ src/decoder/plugins/FlacDomain.cxx src/decoder/plugins/FlacDomain.hxx \
src/decoder/plugins/FlacCommon.cxx src/decoder/plugins/FlacCommon.hxx \ src/decoder/plugins/FlacCommon.cxx src/decoder/plugins/FlacCommon.hxx \
...@@ -2096,8 +2096,7 @@ test_dump_playlist_SOURCES = test/dump_playlist.cxx \ ...@@ -2096,8 +2096,7 @@ test_dump_playlist_SOURCES = test/dump_playlist.cxx \
if ENABLE_FLAC if ENABLE_FLAC
test_dump_playlist_SOURCES += \ test_dump_playlist_SOURCES += \
src/ReplayGainInfo.cxx \ src/ReplayGainInfo.cxx
src/decoder/plugins/FlacMetadata.cxx
endif endif
test_run_decoder_LDADD = \ test_run_decoder_LDADD = \
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "config.h" #include "config.h"
#include "FlacCommon.hxx" #include "FlacCommon.hxx"
#include "FlacMetadata.hxx" #include "lib/xiph/FlacStreamMetadata.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "FlacMetadataChain.hxx" #include "FlacMetadataChain.hxx"
#include "FlacMetadataIterator.hxx" #include "FlacMetadataIterator.hxx"
#include "FlacIOHandle.hxx" #include "FlacIOHandle.hxx"
#include "decoder/plugins/FlacMetadata.hxx" #include "FlacStreamMetadata.hxx"
bool bool
FlacMetadataChain::Read(InputStream &is) noexcept FlacMetadataChain::Read(InputStream &is) noexcept
......
/* /*
* Copyright 2003-2017 The Music Player Daemon Project * Copyright 2003-2018 The Music Player Daemon Project
* http://www.musicpd.org * http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "FlacMetadata.hxx" #include "FlacStreamMetadata.hxx"
#include "lib/xiph/XiphTags.hxx" #include "lib/xiph/XiphTags.hxx"
#include "MixRampInfo.hxx" #include "MixRampInfo.hxx"
#include "tag/Handler.hxx" #include "tag/Handler.hxx"
......
/* /*
* Copyright 2003-2017 The Music Player Daemon Project * Copyright 2003-2018 The Music Player Daemon Project
* http://www.musicpd.org * http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef MPD_FLAC_METADATA_H #ifndef MPD_FLAC_STREAM_METADATA_HXX
#define MPD_FLAC_METADATA_H #define MPD_FLAC_STREAM_METADATA_HXX
#include <FLAC/metadata.h> #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