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
9b9abff9
Commit
9b9abff9
authored
Jan 04, 2010
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed decoder plugin sources
Make it X_decoder_plugin.c.
parent
c69cc31d
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
15 additions
and
15 deletions
+15
-15
Makefile.am
Makefile.am
+15
-15
audiofile_decoder_plugin.c
src/decoder/audiofile_decoder_plugin.c
+0
-0
faad_decoder_plugin.c
src/decoder/faad_decoder_plugin.c
+0
-0
ffmpeg_decoder_plugin.c
src/decoder/ffmpeg_decoder_plugin.c
+0
-0
flac_decoder_plugin.c
src/decoder/flac_decoder_plugin.c
+0
-0
fluidsynth_decoder_plugin.c
src/decoder/fluidsynth_decoder_plugin.c
+0
-0
mad_decoder_plugin.c
src/decoder/mad_decoder_plugin.c
+0
-0
mikmod_decoder_plugin.c
src/decoder/mikmod_decoder_plugin.c
+0
-0
modplug_decoder_plugin.c
src/decoder/modplug_decoder_plugin.c
+0
-0
mp4ff_decoder_plugin.c
src/decoder/mp4ff_decoder_plugin.c
+0
-0
mpcdec_decoder_plugin.c
src/decoder/mpcdec_decoder_plugin.c
+0
-0
oggflac_decoder_plugin.c
src/decoder/oggflac_decoder_plugin.c
+0
-0
sidplay_decoder_plugin.cxx
src/decoder/sidplay_decoder_plugin.cxx
+0
-0
vorbis_decoder_plugin.c
src/decoder/vorbis_decoder_plugin.c
+0
-0
wavpack_decoder_plugin.c
src/decoder/wavpack_decoder_plugin.c
+0
-0
wildmidi_decoder_plugin.c
src/decoder/wildmidi_decoder_plugin.c
+0
-0
No files found.
Makefile.am
View file @
9b9abff9
...
...
@@ -434,7 +434,7 @@ DECODER_SRC = \
src/decoder_list.c
if
HAVE_MAD
DECODER_SRC
+=
src/decoder/mad_plugin.c
DECODER_SRC
+=
src/decoder/mad_
decoder_
plugin.c
endif
if
HAVE_MPG123
...
...
@@ -442,19 +442,19 @@ DECODER_SRC += src/decoder/mpg123_decoder_plugin.c
endif
if
HAVE_MPCDEC
DECODER_SRC
+=
src/decoder/mpcdec_plugin.c
DECODER_SRC
+=
src/decoder/mpcdec_
decoder_
plugin.c
endif
if
HAVE_WAVPACK
DECODER_SRC
+=
src/decoder/wavpack_plugin.c
DECODER_SRC
+=
src/decoder/wavpack_
decoder_
plugin.c
endif
if
HAVE_FAAD
DECODER_SRC
+=
src/decoder/faad_plugin.c
DECODER_SRC
+=
src/decoder/faad_
decoder_
plugin.c
endif
if
HAVE_MP4
DECODER_SRC
+=
src/decoder/mp4ff_plugin.c
DECODER_SRC
+=
src/decoder/mp4ff_
decoder_
plugin.c
endif
if
HAVE_OGG_COMMON
...
...
@@ -469,43 +469,43 @@ DECODER_SRC += \
endif
if
ENABLE_VORBIS_DECODER
DECODER_SRC
+=
src/decoder/vorbis_plugin.c
DECODER_SRC
+=
src/decoder/vorbis_
decoder_
plugin.c
endif
if
HAVE_FLAC
DECODER_SRC
+=
src/decoder/flac_plugin.c
DECODER_SRC
+=
src/decoder/flac_
decoder_
plugin.c
endif
if
HAVE_OGGFLAC
DECODER_SRC
+=
src/decoder/oggflac_plugin.c
DECODER_SRC
+=
src/decoder/oggflac_
decoder_
plugin.c
endif
if
HAVE_AUDIOFILE
DECODER_SRC
+=
src/decoder/audiofile_plugin.c
DECODER_SRC
+=
src/decoder/audiofile_
decoder_
plugin.c
endif
if
ENABLE_MIKMOD_DECODER
DECODER_SRC
+=
src/decoder/mikmod_plugin.c
DECODER_SRC
+=
src/decoder/mikmod_
decoder_
plugin.c
endif
if
HAVE_MODPLUG
DECODER_SRC
+=
src/decoder/modplug_plugin.c
DECODER_SRC
+=
src/decoder/modplug_
decoder_
plugin.c
endif
if
ENABLE_SIDPLAY
DECODER_SRC
+=
src/decoder/sidplay_plugin.cxx
DECODER_SRC
+=
src/decoder/sidplay_
decoder_
plugin.cxx
endif
if
ENABLE_FLUIDSYNTH
DECODER_SRC
+=
src/decoder/fluidsynth_plugin.c
DECODER_SRC
+=
src/decoder/fluidsynth_
decoder_
plugin.c
endif
if
ENABLE_WILDMIDI
DECODER_SRC
+=
src/decoder/wildmidi_plugin.c
DECODER_SRC
+=
src/decoder/wildmidi_
decoder_
plugin.c
endif
if
HAVE_FFMPEG
DECODER_SRC
+=
src/decoder/ffmpeg_plugin.c
DECODER_SRC
+=
src/decoder/ffmpeg_
decoder_
plugin.c
endif
if
ENABLE_SNDFILE
...
...
src/decoder/audiofile_plugin.c
→
src/decoder/audiofile_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/faad_plugin.c
→
src/decoder/faad_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/ffmpeg_plugin.c
→
src/decoder/ffmpeg_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/flac_plugin.c
→
src/decoder/flac_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/fluidsynth_plugin.c
→
src/decoder/fluidsynth_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/mad_plugin.c
→
src/decoder/mad_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/mikmod_plugin.c
→
src/decoder/mikmod_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/modplug_plugin.c
→
src/decoder/modplug_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/mp4ff_plugin.c
→
src/decoder/mp4ff_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/mpcdec_plugin.c
→
src/decoder/mpcdec_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/oggflac_plugin.c
→
src/decoder/oggflac_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/sidplay_plugin.cxx
→
src/decoder/sidplay_
decoder_
plugin.cxx
View file @
9b9abff9
File moved
src/decoder/vorbis_plugin.c
→
src/decoder/vorbis_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/wavpack_plugin.c
→
src/decoder/wavpack_
decoder_
plugin.c
View file @
9b9abff9
File moved
src/decoder/wildmidi_plugin.c
→
src/decoder/wildmidi_
decoder_
plugin.c
View file @
9b9abff9
File moved
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