[Mplayer-cvslog] CVS: main/libmpcodecs ae_toolame.c,1.1,1.2
Ivan Kalvachev CVS
syncmail at mplayerhq.hu
Tue Oct 12 22:32:19 CEST 2004
CVS change done by Ivan Kalvachev CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv21876
Modified Files:
ae_toolame.c
Log Message:
10l
fix compilation error - NULL not defined
Index: ae_toolame.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_toolame.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ae_toolame.c 21 Sep 2004 19:43:37 -0000 1.1
+++ ae_toolame.c 12 Oct 2004 20:32:14 -0000 1.2
@@ -1,5 +1,6 @@
#include "m_option.h"
#include "../mp_msg.h"
+#include <stdlib.h>
#include <inttypes.h>
#include "ae_toolame.h"
More information about the MPlayer-cvslog
mailing list