[Mplayer-cvslog] CVS: main/libmpcodecs ad_faad.c,1.9,1.10
Arpi of Ize
arpi at mplayerhq.hu
Sun Aug 31 00:31:51 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/libfaad2/codebook hcb.h,NONE,1.1 hcb_1.h,NONE,1.1 hcb_10.h,NONE,1.1 hcb_11.h,NONE,1.1 hcb_2.h,NONE,1.1 hcb_3.h,NONE,1.1 hcb_4.h,NONE,1.1 hcb_5.h,NONE,1.1 hcb_6.h,NONE,1.1 hcb_7.h,NONE,1.1 hcb_8.h,NONE,1.1 hcb_9.h,NONE,1.1hcb_sf.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.273,1.274 configure,1.755,1.756
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv840/libmpcodecs
Modified Files:
ad_faad.c
Log Message:
use internal (included) libfaad2
Index: ad_faad.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_faad.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ad_faad.c 7 Feb 2003 21:04:35 -0000 1.9
+++ ad_faad.c 30 Aug 2003 22:31:45 -0000 1.10
@@ -24,7 +24,8 @@
LIBAD_EXTERN(faad)
-#include <faad.h>
+//#include <faad.h>
+#include "../libfaad2/faad.h"
/* configure maximum supported channels, *
* this is theoretically max. 64 chans */
- Previous message: [Mplayer-cvslog] CVS: main/libfaad2/codebook hcb.h,NONE,1.1 hcb_1.h,NONE,1.1 hcb_10.h,NONE,1.1 hcb_11.h,NONE,1.1 hcb_2.h,NONE,1.1 hcb_3.h,NONE,1.1 hcb_4.h,NONE,1.1 hcb_5.h,NONE,1.1 hcb_6.h,NONE,1.1 hcb_7.h,NONE,1.1 hcb_8.h,NONE,1.1 hcb_9.h,NONE,1.1hcb_sf.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.273,1.274 configure,1.755,1.756
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list