summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-10 08:04:48 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:22 +0200
commit6c3c1588f533d10616a41dc3af4fbdb678b49e7f (patch)
tree0d77b6ff1808cf6487b96281e7ae3a046985ca91 /Makefile
parent4d83c67b5c2a2b8d348a81013592470a17a0822d (diff)
downloadmpv-6c3c1588f533d10616a41dc3af4fbdb678b49e7f.tar.bz2
mpv-6c3c1588f533d10616a41dc3af4fbdb678b49e7f.tar.xz
libgsm: Remove libgsm wrapper
Remove copy of old and ugly libgsm code and wrapper. Decoding these formats is supported via FFmpeg both natively and through libgsm. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31657 b3059339-0415-0410-9bf9-f77b7e298cf2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31664 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 65cb5f279e..79500272e2 100644
--- a/Makefile
+++ b/Makefile
@@ -377,14 +377,12 @@ SRCS_COMMON = asxparser.c \
libmpcodecs/ad_hwmpa.c \
libmpcodecs/ad_imaadpcm.c \
libmpcodecs/ad_msadpcm.c \
- libmpcodecs/ad_msgsm.c \
libmpcodecs/ad_pcm.c \
libmpcodecs/dec_audio.c \
libmpcodecs/dec_teletext.c \
libmpcodecs/dec_video.c \
libmpcodecs/img_format.c \
libmpcodecs/mp_image.c \
- libmpcodecs/native/xa_gsm.c \
libmpcodecs/pullup.c \
libmpcodecs/vd.c \
libmpcodecs/vd_hmblck.c \