Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3c4bb9ff
Commit
3c4bb9ff
authored
Jan 09, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/FakeReplayGainConfig: move fake symbols from a few debug programs
parent
a890dadf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
13 deletions
+27
-13
Makefile.am
Makefile.am
+2
-2
FakeReplayGainConfig.cxx
test/FakeReplayGainConfig.cxx
+25
-0
run_filter.c
test/run_filter.c
+0
-6
run_output.cxx
test/run_output.cxx
+0
-5
No files found.
Makefile.am
View file @
3c4bb9ff
...
...
@@ -1164,6 +1164,7 @@ test_run_filter_LDADD = \
$(FILTER_LIBS)
\
$(GLIB_LIBS)
test_run_filter_SOURCES
=
test
/run_filter.c
\
test
/FakeReplayGainConfig.cxx
\
test
/stdbin.h
\
src/filter_plugin.c
\
src/filter_registry.c
\
...
...
@@ -1171,7 +1172,6 @@ test_run_filter_SOURCES = test/run_filter.c \
src/audio_check.c
\
src/audio_format.c
\
src/audio_parser.c
\
src/ReplayGainConfig.cxx
\
src/ReplayGainInfo.cxx
\
src/AudioCompress/compress.c
...
...
@@ -1262,6 +1262,7 @@ test_run_output_LDADD = $(MPD_LIBS) \
libutil.a
\
$(GLIB_LIBS)
test_run_output_SOURCES
=
test
/run_output.cxx
\
test
/FakeReplayGainConfig.cxx
\
test
/stdbin.h
\
src/conf.c src/tokenizer.c src/utils.c src/string_util.c src/log.c
\
src/io_thread.c src/io_thread.h
\
...
...
@@ -1283,7 +1284,6 @@ test_run_output_SOURCES = test/run_output.cxx \
src/filter_config.c
\
src/AudioCompress/compress.c
\
src/ReplayGainInfo.cxx
\
src/ReplayGainConfig.cxx
\
src/fd_util.c
\
src/server_socket.c
...
...
test/FakeReplayGainConfig.cxx
0 → 100644
View file @
3c4bb9ff
/*
* Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "replay_gain_config.h"
float
replay_gain_preamp
=
1.0
;
float
replay_gain_missing_preamp
=
1.0
;
bool
replay_gain_limit
=
true
;
test/run_filter.c
View file @
3c4bb9ff
...
...
@@ -23,7 +23,6 @@
#include "audio_format.h"
#include "filter_plugin.h"
#include "pcm_volume.h"
#include "idle.h"
#include "mixer_control.h"
#include "stdbin.h"
...
...
@@ -34,11 +33,6 @@
#include <errno.h>
#include <unistd.h>
void
idle_add
(
G_GNUC_UNUSED
unsigned
flags
)
{
}
bool
mixer_set_volume
(
G_GNUC_UNUSED
struct
mixer
*
mixer
,
G_GNUC_UNUSED
unsigned
volume
,
G_GNUC_UNUSED
GError
**
error_r
)
...
...
test/run_output.cxx
View file @
3c4bb9ff
...
...
@@ -43,11 +43,6 @@ extern "C" {
#include <stdlib.h>
void
idle_add
(
G_GNUC_UNUSED
unsigned
flags
)
{
}
void
event_pipe_emit
(
G_GNUC_UNUSED
enum
pipe_event
event
)
{
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment