decoder/{vorbis,flac,opus}: move OggCodec.cxx to libxiph.a

This commit is contained in:
Max Kellermann
2016-05-03 12:54:47 +02:00
parent 1c91d19163
commit 7adbd00811
6 changed files with 17 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "FlacMetadata.hxx"
#include "XiphTags.hxx"
#include "lib/xiph/XiphTags.hxx"
#include "MixRampInfo.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagTable.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "OpusTags.hxx"
#include "OpusReader.hxx"
#include "XiphTags.hxx"
#include "lib/xiph/XiphTags.hxx"
#include "tag/TagHandler.hxx"
#include "tag/Tag.hxx"
#include "ReplayGainInfo.hxx"

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "VorbisComments.hxx"
#include "XiphTags.hxx"
#include "lib/xiph/XiphTags.hxx"
#include "tag/TagTable.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagBuilder.hxx"