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
c6205bd4
Commit
c6205bd4
authored
Feb 16, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed decoder plugin "oggvorbis" to "vorbis"
This plugin uses libvorbis.
parent
cafaf33a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.am
src/Makefile.am
+2
-2
vorbis_plugin.c
src/decoder/vorbis_plugin.c
+1
-1
No files found.
src/Makefile.am
View file @
c6205bd4
...
...
@@ -279,7 +279,7 @@ mpd_SOURCES += decoder/wavpack_plugin.c
endif
if
HAVE_FAAD
mpd_SOURCES
+=
decoder/
aac
_plugin.c
mpd_SOURCES
+=
decoder/
faad
_plugin.c
endif
if
HAVE_MP4
...
...
@@ -295,7 +295,7 @@ mpd_SOURCES += decoder/_flac_common.c
endif
if
HAVE_OGGVORBIS
mpd_SOURCES
+=
decoder/
ogg
vorbis_plugin.c
mpd_SOURCES
+=
decoder/vorbis_plugin.c
endif
if
HAVE_FLAC
...
...
src/decoder/
ogg
vorbis_plugin.c
→
src/decoder/vorbis_plugin.c
View file @
c6205bd4
...
...
@@ -407,7 +407,7 @@ static const char *const vorbis_mime_types[] = {
};
const
struct
decoder_plugin
vorbis_decoder_plugin
=
{
.
name
=
"
ogg
vorbis"
,
.
name
=
"vorbis"
,
.
stream_decode
=
vorbis_stream_decode
,
.
tag_dup
=
vorbis_tag_dup
,
.
suffixes
=
vorbis_suffixes
,
...
...
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