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
7f8dd0e9
Commit
7f8dd0e9
authored
Feb 18, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: rename libdecoder_plugins.a to libdecoder.a
parent
28701cb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
Makefile.am
Makefile.am
+22
-22
No files found.
Makefile.am
View file @
7f8dd0e9
...
...
@@ -18,7 +18,7 @@ noinst_LIBRARIES = \
libinput.a
\
libfs.a
\
libplaylist_plugins.a
\
libdecoder
_plugins
.a
\
libdecoder.a
\
libfilter_plugins.a
\
libmixer_plugins.a
\
liboutput_plugins.a
...
...
@@ -629,7 +629,7 @@ endif
# decoder plugins
libdecoder_
plugins_
a_SOURCES
=
\
libdecoder_a_SOURCES
=
\
src/decoder/plugins/PcmDecoderPlugin.cxx
\
src/decoder/plugins/PcmDecoderPlugin.hxx
\
src/decoder/plugins/DsdiffDecoderPlugin.cxx
\
...
...
@@ -641,7 +641,7 @@ libdecoder_plugins_a_SOURCES = \
src/decoder/DecoderBuffer.cxx src/decoder/DecoderBuffer.hxx
\
src/decoder/DecoderPlugin.cxx
\
src/decoder/DecoderList.cxx src/decoder/DecoderList.hxx
libdecoder_
plugins_
a_CPPFLAGS
=
$(AM_CPPFLAGS)
\
libdecoder_a_CPPFLAGS
=
$(AM_CPPFLAGS)
\
$(VORBIS_CFLAGS)
$(TREMOR_CFLAGS)
\
$
(
patsubst
-I
%/FLAC,-I%,
$(FLAC_CFLAGS)
)
\
$(SNDFILE_CFLAGS)
\
...
...
@@ -661,7 +661,7 @@ libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(FAAD_CFLAGS)
DECODER_LIBS
=
\
libdecoder
_plugins
.a
\
libdecoder.a
\
$(VORBIS_LIBS)
$(TREMOR_LIBS)
\
$(FLAC_LIBS)
\
$(SNDFILE_LIBS)
\
...
...
@@ -680,25 +680,25 @@ DECODER_LIBS = \
$(FAAD_LIBS)
if
HAVE_MAD
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/MadDecoderPlugin.cxx
\
src/decoder/plugins/MadDecoderPlugin.hxx
endif
if
HAVE_MPG123
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/Mpg123DecoderPlugin.cxx
\
src/decoder/plugins/Mpg123DecoderPlugin.hxx
endif
if
HAVE_MPCDEC
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/MpcdecDecoderPlugin.cxx
\
src/decoder/plugins/MpcdecDecoderPlugin.hxx
endif
if
HAVE_OPUS
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/OggUtil.cxx
\
src/decoder/plugins/OggUtil.hxx
\
src/decoder/plugins/OggSyncState.hxx
\
...
...
@@ -714,37 +714,37 @@ libdecoder_plugins_a_SOURCES += \
endif
if
HAVE_WAVPACK
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/WavpackDecoderPlugin.cxx
\
src/decoder/plugins/WavpackDecoderPlugin.hxx
endif
if
HAVE_ADPLUG
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/AdPlugDecoderPlugin.cxx
\
src/decoder/plugins/AdPlugDecoderPlugin.h
endif
if
HAVE_FAAD
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/FaadDecoderPlugin.cxx src/decoder/plugins/FaadDecoderPlugin.hxx
endif
if
HAVE_XIPH
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/XiphTags.cxx src/decoder/plugins/XiphTags.hxx
\
src/decoder/plugins/OggCodec.cxx src/decoder/plugins/OggCodec.hxx
endif
if
ENABLE_VORBIS_DECODER
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/VorbisDomain.cxx src/decoder/plugins/VorbisDomain.hxx
\
src/decoder/plugins/VorbisComments.cxx src/decoder/plugins/VorbisComments.hxx
\
src/decoder/plugins/VorbisDecoderPlugin.cxx src/decoder/plugins/VorbisDecoderPlugin.h
endif
if
HAVE_FLAC
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/FlacInput.cxx src/decoder/plugins/FlacInput.hxx
\
src/decoder/plugins/FlacIOHandle.cxx src/decoder/plugins/FlacIOHandle.hxx
\
src/decoder/plugins/FlacMetadata.cxx src/decoder/plugins/FlacMetadata.hxx
\
...
...
@@ -756,13 +756,13 @@ libdecoder_plugins_a_SOURCES += \
endif
if
HAVE_AUDIOFILE
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/AudiofileDecoderPlugin.cxx
\
src/decoder/plugins/AudiofileDecoderPlugin.hxx
endif
if
ENABLE_MIKMOD_DECODER
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/MikmodDecoderPlugin.cxx
\
src/decoder/plugins/MikmodDecoderPlugin.hxx
endif
...
...
@@ -778,25 +778,25 @@ DECODER_LIBS += libmodplug_decoder_plugin.a $(MODPLUG_LIBS)
endif
if
ENABLE_SIDPLAY
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/SidplayDecoderPlugin.cxx
\
src/decoder/plugins/SidplayDecoderPlugin.hxx
endif
if
ENABLE_FLUIDSYNTH
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/FluidsynthDecoderPlugin.cxx
\
src/decoder/plugins/FluidsynthDecoderPlugin.hxx
endif
if
ENABLE_WILDMIDI
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/WildmidiDecoderPlugin.cxx
\
src/decoder/plugins/WildmidiDecoderPlugin.hxx
endif
if
HAVE_FFMPEG
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/FfmpegMetaData.cxx
\
src/decoder/plugins/FfmpegMetaData.hxx
\
src/decoder/plugins/FfmpegDecoderPlugin.cxx
\
...
...
@@ -804,13 +804,13 @@ libdecoder_plugins_a_SOURCES += \
endif
if
ENABLE_SNDFILE
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/SndfileDecoderPlugin.cxx
\
src/decoder/plugins/SndfileDecoderPlugin.hxx
endif
if
HAVE_GME
libdecoder_
plugins_
a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/GmeDecoderPlugin.cxx src/decoder/plugins/GmeDecoderPlugin.hxx
endif
...
...
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