8 lines
179 B
C++
8 lines
179 B
C++
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
// Copyright The Music Player Daemon Project
|
|
|
|
#include "OpusDomain.hxx"
|
|
#include "util/Domain.hxx"
|
|
|
|
const Domain opus_domain("opus");
|