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
7cc33d0f
Commit
7cc33d0f
authored
Aug 15, 2015
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/stdbin.h: remove obsolete header
parent
5fba8d77
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
47 deletions
+0
-47
Makefile.am
Makefile.am
+0
-9
dump_text_file.cxx
test/dump_text_file.cxx
+0
-1
run_convert.cxx
test/run_convert.cxx
+0
-1
run_decoder.cxx
test/run_decoder.cxx
+0
-1
run_filter.cxx
test/run_filter.cxx
+0
-1
run_input.cxx
test/run_input.cxx
+0
-1
run_normalize.cxx
test/run_normalize.cxx
+0
-1
run_output.cxx
test/run_output.cxx
+0
-1
software_volume.cxx
test/software_volume.cxx
+0
-1
stdbin.h
test/stdbin.h
+0
-29
visit_archive.cxx
test/visit_archive.cxx
+0
-1
No files found.
Makefile.am
View file @
7cc33d0f
...
...
@@ -1657,7 +1657,6 @@ test_run_input_LDADD = \
libutil.a
test_run_input_SOURCES
=
test
/run_input.cxx
\
test
/ScopeIOThread.hxx
\
test
/stdbin.h
\
src/Log.cxx src/LogBackend.cxx
\
src/IOThread.cxx
\
src/TagSave.cxx
...
...
@@ -1749,7 +1748,6 @@ test_dump_text_file_LDADD = \
libutil.a
test_dump_text_file_SOURCES
=
test
/dump_text_file.cxx
\
test
/ScopeIOThread.hxx
\
test
/stdbin.h
\
src/Log.cxx src/LogBackend.cxx
\
src/IOThread.cxx
...
...
@@ -1801,7 +1799,6 @@ test_run_decoder_LDADD = \
test_run_decoder_SOURCES
=
test
/run_decoder.cxx
\
test
/FakeDecoderAPI.cxx
test
/FakeDecoderAPI.hxx
\
test
/ScopeIOThread.hxx
\
test
/stdbin.h
\
src/Log.cxx src/LogBackend.cxx
\
src/IOThread.cxx
\
src/ReplayGainInfo.cxx
\
...
...
@@ -1851,7 +1848,6 @@ test_run_filter_LDADD = \
libutil.a
test_run_filter_SOURCES
=
test
/run_filter.cxx
\
test
/FakeReplayGainConfig.cxx
\
test
/stdbin.h
\
src/Log.cxx src/LogBackend.cxx
\
src/filter/FilterPlugin.cxx src/filter/FilterRegistry.cxx
\
src/CheckAudioFormat.cxx
\
...
...
@@ -1862,7 +1858,6 @@ test_run_filter_SOURCES = test/run_filter.cxx \
if
ENABLE_ENCODER
noinst_PROGRAMS
+=
test
/run_encoder
test_run_encoder_SOURCES
=
test
/run_encoder.cxx
\
test
/stdbin.h
\
src/Log.cxx src/LogBackend.cxx
\
src/CheckAudioFormat.cxx
\
src/AudioFormat.cxx
\
...
...
@@ -1882,7 +1877,6 @@ endif
if
ENABLE_VORBISENC
noinst_PROGRAMS
+=
test
/test_vorbis_encoder
test_test_vorbis_encoder_SOURCES
=
test
/test_vorbis_encoder.cxx
\
test
/stdbin.h
\
src/Log.cxx src/LogBackend.cxx
\
src/CheckAudioFormat.cxx
\
src/AudioFormat.cxx
\
...
...
@@ -1902,7 +1896,6 @@ test_test_vorbis_encoder_LDADD = $(MPD_LIBS) \
endif
test_software_volume_SOURCES
=
test
/software_volume.cxx
\
test
/stdbin.h
\
src/Log.cxx src/LogBackend.cxx
\
src/AudioFormat.cxx src/CheckAudioFormat.cxx
\
src/AudioParser.cxx
...
...
@@ -1924,7 +1917,6 @@ test_run_avahi_LDADD = \
$(AVAHI_LIBS)
test_run_normalize_SOURCES
=
test
/run_normalize.cxx
\
test
/stdbin.h
\
src/CheckAudioFormat.cxx
\
src/AudioCompress/compress.c
\
src/AudioParser.cxx
...
...
@@ -1962,7 +1954,6 @@ test_run_output_LDADD = $(MPD_LIBS) \
test_run_output_SOURCES
=
test
/run_output.cxx
\
test
/FakeReplayGainConfig.cxx
\
test
/ScopeIOThread.hxx
\
test
/stdbin.h
\
src/Log.cxx src/LogBackend.cxx
\
src/IOThread.cxx
\
src/CheckAudioFormat.cxx
\
...
...
test/dump_text_file.cxx
View file @
7cc33d0f
...
...
@@ -23,7 +23,6 @@
#include "input/InputStream.hxx"
#include "input/TextInputStream.hxx"
#include "config/ConfigGlobal.hxx"
#include "stdbin.h"
#include "util/Error.hxx"
#include "thread/Cond.hxx"
#include "Log.hxx"
...
...
test/run_convert.cxx
View file @
7cc33d0f
...
...
@@ -31,7 +31,6 @@
#include "util/StaticFifoBuffer.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
#include "stdbin.h"
#include <assert.h>
#include <stddef.h>
...
...
test/run_decoder.cxx
View file @
7cc33d0f
...
...
@@ -28,7 +28,6 @@
#include "AudioFormat.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
#include "stdbin.h"
#include <assert.h>
#include <unistd.h>
...
...
test/run_filter.cxx
View file @
7cc33d0f
...
...
@@ -27,7 +27,6 @@
#include "filter/FilterInternal.hxx"
#include "pcm/Volume.hxx"
#include "mixer/MixerControl.hxx"
#include "stdbin.h"
#include "util/Error.hxx"
#include "util/ConstBuffer.hxx"
#include "system/FatalError.hxx"
...
...
test/run_input.cxx
View file @
7cc33d0f
...
...
@@ -19,7 +19,6 @@
#include "config.h"
#include "TagSave.hxx"
#include "stdbin.h"
#include "tag/Tag.hxx"
#include "config/ConfigGlobal.hxx"
#include "input/InputStream.hxx"
...
...
test/run_normalize.cxx
View file @
7cc33d0f
...
...
@@ -28,7 +28,6 @@
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
#include "util/Error.hxx"
#include "stdbin.h"
#include <stddef.h>
#include <stdio.h>
...
...
test/run_output.cxx
View file @
7cc33d0f
...
...
@@ -32,7 +32,6 @@
#include "pcm/PcmConvert.hxx"
#include "filter/FilterRegistry.hxx"
#include "player/Control.hxx"
#include "stdbin.h"
#include "util/Error.hxx"
#include "Log.hxx"
...
...
test/software_volume.cxx
View file @
7cc33d0f
...
...
@@ -29,7 +29,6 @@
#include "AudioFormat.hxx"
#include "util/ConstBuffer.hxx"
#include "util/Error.hxx"
#include "stdbin.h"
#include "Log.hxx"
#include <stdio.h>
...
...
test/stdbin.h
deleted
100644 → 0
View file @
5fba8d77
/*
* Copyright (C) 2003-2015 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.
*/
#ifndef MPD_STDBIN_H
#define MPD_STDBIN_H
#ifdef WIN32
#include <fcntl.h>
/** set binary mode on stdin/stdout */
int
_CRT_fmode
=
_O_BINARY
;
#endif
#endif
test/visit_archive.cxx
View file @
7cc33d0f
...
...
@@ -18,7 +18,6 @@
*/
#include "config.h"
#include "stdbin.h"
#include "tag/Tag.hxx"
#include "config/ConfigGlobal.hxx"
#include "ScopeIOThread.hxx"
...
...
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