summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-09 16:52:44 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-09 16:52:44 +0000
commit81d2a7031ceccf4c70b4f6847c3e5b3d1a75fa31 (patch)
tree9428c6e6a499bddebe9b14befd4e9892a5da78f6 /libmpcodecs/Makefile
parent817b489d6069d40dea171004563bd861c895e430 (diff)
downloadmpv-81d2a7031ceccf4c70b4f6847c3e5b3d1a75fa31.tar.bz2
mpv-81d2a7031ceccf4c70b4f6847c3e5b3d1a75fa31.tar.xz
Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17152 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 7086e863b6..51e344181a 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -15,7 +15,6 @@ AUDIO_SRCS_NAT=ad_alaw.c \
ad_msadpcm.c \
ad_msgsm.c \
ad_pcm.c \
- ad_ra1428.c \
AUDIO_SRCS_OPT=ad_acm.c \
ad_dmo.c \
@@ -157,9 +156,7 @@ ENCODER_SRCS=ae.c \
ve_xvid4.c \
ve_xvid.c \
-NATIVE_SRCS=native/decode144.c \
- native/decode288.c \
- native/minilzo.c \
+NATIVE_SRCS=native/minilzo.c \
native/nuppelvideo.c \
native/RTjpegN.c \
native/xa_gsm.c \