[MPlayer-cvslog] CVS: main/libmpcodecs ae_lavc.c,1.7,1.8

Nico Sabbi CVS syncmail at mplayerhq.hu
Mon Jan 9 20:35:46 CET 2006


CVS change done by Nico Sabbi CVS

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

Modified Files:
	ae_lavc.c 
Log Message:
added support for external libavformat

Index: ae_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_lavc.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ae_lavc.c	5 Dec 2005 01:30:31 -0000	1.7
+++ ae_lavc.c	9 Jan 2006 19:35:44 -0000	1.8
@@ -26,7 +26,7 @@
 extern int  lavc_param_atag;
 extern int  avcodec_inited;
 static int compressed_frame_size = 0;
-#ifdef USE_LIBAVFORMAT
+#if defined(USE_LIBAVFORMAT) ||  defined(USE_LIBAVFORMAT_SO)
 extern unsigned int codec_get_wav_tag(int id);
 #endif
 
@@ -167,7 +167,7 @@
 	}
 	if(lavc_param_atag == 0)
 	{
-#ifdef USE_LIBAVFORMAT
+#if defined(USE_LIBAVFORMAT) ||  defined(USE_LIBAVFORMAT_SO)
 		lavc_param_atag = codec_get_wav_tag(lavc_acodec->id);
 #else
 		lavc_param_atag = lavc_find_atag(lavc_param_acodec);




More information about the MPlayer-cvslog mailing list