[MPlayer-cvslog] CVS: main/libmpcodecs Makefile, 1.153, 1.154 ad.c, 1.22, 1.23 ad_ra1428.c, 1.3, NONE

Roberto Togni CVS syncmail at mplayerhq.hu
Fri Dec 9 17:52:46 CET 2005


CVS change done by Roberto Togni CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv19174/libmpcodecs

Modified Files:
	Makefile ad.c 
Removed Files:
	ad_ra1428.c 
Log Message:
Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- Makefile	8 Nov 2005 13:15:19 -0000	1.153
+++ Makefile	9 Dec 2005 16:52:44 -0000	1.154
@@ -15,7 +15,6 @@
                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 @@
              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 \

Index: ad.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ad.c	5 Nov 2005 11:58:25 -0000	1.22
+++ ad.c	9 Dec 2005 16:52:44 -0000	1.23
@@ -38,7 +38,6 @@
 extern ad_functions_t mpcodecs_ad_realaud;
 extern ad_functions_t mpcodecs_ad_libdv;
 extern ad_functions_t mpcodecs_ad_qtaudio;
-extern ad_functions_t mpcodecs_ad_ra1428;
 extern ad_functions_t mpcodecs_ad_twin;
 extern ad_functions_t mpcodecs_ad_libmusepack;
 
@@ -91,7 +90,6 @@
 #ifdef HAVE_LIBDV095
   &mpcodecs_ad_libdv,
 #endif
-  &mpcodecs_ad_ra1428,
 #ifdef HAVE_MUSEPACK
   &mpcodecs_ad_libmusepack,
 #endif

--- ad_ra1428.c DELETED ---




More information about the MPlayer-cvslog mailing list