[Mplayer-cvslog] CVS: main/etc .libdeps,1.2,1.3 codecs.conf,1.301,1.302
Dmitry Baryshkov CVS
lumag at mplayerhq.hu
Sun Oct 5 00:00:56 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.275,1.276 configure,1.777,1.778
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_flac.c,NONE,1.1 Makefile,1.107,1.108 ad.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv11397/etc
Modified Files:
.libdeps codecs.conf
Log Message:
FLAC decoding support via imported libmpflac.
TODO: fix FLAC-in-ogg decoding.
Index: .libdeps
===================================================================
RCS file: /cvsroot/mplayer/main/etc/.libdeps,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .libdeps 7 Oct 2002 14:23:04 -0000 1.2
+++ .libdeps 4 Oct 2003 22:00:22 -0000 1.3
@@ -24,4 +24,7 @@
linux/libosdep.a: $(wildcard linux/*.[ch])
postproc/libpostproc.a: $(wildcard postproc/*.[ch])
input/libinput.a: $(wildcard input/*.[ch])
+ifneq ($(MPFLAC),none)
+libmpflac/libmpflac.a: $(wildcard libmpflac/*.[ch])
+endif
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- codecs.conf 7 Sep 2003 13:50:25 -0000 1.301
+++ codecs.conf 4 Oct 2003 22:00:22 -0000 1.302
@@ -2067,3 +2067,13 @@
format 0x1104 ; SBC
driver acm
dll "lhacm.acm"
+
+audiocodec flac
+ info "Free Lossless Audio Codec"
+ status untested
+ flags seekable
+ comment "using libmpflac or libFLAC. Internal format No"
+ format 0x43614C66 ; fLaC with mmioFOURCC
+ driver flac
+ dll "libmpflac"
+
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.275,1.276 configure,1.777,1.778
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_flac.c,NONE,1.1 Makefile,1.107,1.108 ad.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list