Skip to content

Commit

Permalink
Remove libmpcdec bundled lib, no longer used
Browse files Browse the repository at this point in the history
Musepack support was removed in 857c50d.
  • Loading branch information
akien-mga committed Jan 11, 2017
1 parent a23ffb8 commit 41821ba
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 4,263 deletions.
1 change: 0 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ opts.Add('vsproj', "Generate Visual Studio Project. (yes/no)", 'no')
# Thirdparty libraries
opts.Add('builtin_enet', "Use the builtin enet library (yes/no)", 'yes')
opts.Add('builtin_freetype', "Use the builtin freetype library (yes/no)", 'yes')
opts.Add('builtin_libmpcdec', "Use the builtin libmpcdec library (yes/no)", 'yes')
opts.Add('builtin_libogg', "Use the builtin libogg library (yes/no)", 'yes')
opts.Add('builtin_libpng', "Use the builtin libpng library (yes/no)", 'yes')
opts.Add('builtin_libtheora', "Use the builtin libtheora library (yes/no)", 'yes')
Expand Down
13 changes: 0 additions & 13 deletions thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@ Files extracted from upstream source:
- `jpgd.{c,h}`


## libmpcdec

- Upstream: https://www.musepack.net
- Version: SVN somewhere between SV7 and SV8 (r475)
- License: BSD-3-Clause

Files extracted from upstream source:

- all .c and .h files in libmpcdec/
- include/mpc as mpc/
- COPYING from libmpcdec/


## libogg

- Upstream: https://www.xiph.org/ogg
Expand Down
31 changes: 0 additions & 31 deletions thirdparty/libmpcdec/COPYING

This file was deleted.

101 changes: 0 additions & 101 deletions thirdparty/libmpcdec/decoder.h

This file was deleted.

Loading

0 comments on commit 41821ba

Please sign in to comment.