diff options
author | spiff_ <spiff_@svn> | 2010-10-04 17:38:44 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-10-04 17:38:44 +0000 |
commit | bcb676939e0d5d20733b3d3c35f08d4ba418e7e4 (patch) | |
tree | 6089e38492683c0f1582aa0ab5f95d41046ef323 /Makefile.in | |
parent | 987412e06055902361ae305996834ef6675297b4 (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.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34439 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 3f49613457..00837d6c68 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 \ @@ -356,7 +355,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 |