diff options
author | spiff_ <spiff_@svn> | 2010-10-04 17:48:26 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-10-04 17:48:26 +0000 |
commit | 5ab9fbdba9a08679fa4e3d640454e737a27fcc4d (patch) | |
tree | f9f4af675dff5f19f9fd8d9c6798db7e323a9e9a /Makefile.in | |
parent | 5246723b1bd46aebc098fca3af8e45ba06a1431b (diff) |
change: remove the GYM codec. it's broken, the code is an utter mess and i cba to maintain it. can be revisited when codecs are add-ons.
(cherry picked from commit 94c0008877f549e66ccc00aef09e5fcc8179c34a)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34444 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 6339de5659..8d24966b67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,7 +71,6 @@ PAPCODECS_DIRS= \ xbmc/cores/paplayer/NSFCodec \ xbmc/cores/paplayer/timidity \ xbmc/cores/paplayer/SIDCodec \ - xbmc/cores/paplayer/GYMCodec \ xbmc/cores/paplayer/YMCodec/StSoundLibrary \ xbmc/cores/paplayer/SPCCodec/SNES/SNESAPU \ xbmc/cores/paplayer/vgmstream \ @@ -353,7 +352,6 @@ endif ifeq ($(findstring osx,$(ARCH)), osx) $(MAKE) -C xbmc/cores/paplayer/FLACCodec endif - $(MAKE) -C xbmc/cores/paplayer/GYMCodec $(MAKE) -C xbmc/cores/paplayer/vgmstream $(MAKE) -C xbmc/cores/paplayer/timidity $(MAKE) -C xbmc/cores/paplayer/NSFCodec |