comparison loader/driver.c @ 15166:f5537cc95b02

Mark modified imported files as such to comply with GPL ¡ø2a.
author diego
date Fri, 15 Apr 2005 20:17:14 +0000
parents d1d0b81f15c9
children 0783dd397f74
comparison
equal deleted inserted replaced
15165:775330fe3889 15166:f5537cc95b02
1 /*
2 * Modified for use with MPlayer, detailed CVS changelog at
3 * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
4 * $Id$
5 */
6
1 #include "config.h" 7 #include "config.h"
2 8
3 #include <stdio.h> 9 #include <stdio.h>
4 #ifdef HAVE_MALLOC_H 10 #ifdef HAVE_MALLOC_H
5 #include <malloc.h> 11 #include <malloc.h>