X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Finigo%2Finigo.c;h=95aeb4045a55778968d2f2c3d29d1c55de2a9200;hb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;hp=807d7e108785a6ce78aa0511d1043f2a853aa669;hpb=c8c8ab1aabc373033798bdcc2d0ed63c13bc00cb;p=melted diff --git a/src/inigo/inigo.c b/src/inigo/inigo.c index 807d7e1..95aeb40 100644 --- a/src/inigo/inigo.c +++ b/src/inigo/inigo.c @@ -1,3 +1,23 @@ +/* + * inigo.c -- MLT command line utility + * Copyright (C) 2002-2003 Ushodaya Enterprises Limited + * Author: Charles Yates + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #include #include #include @@ -5,6 +25,10 @@ #include +#ifdef __DARWIN__ +#include +#endif + #include "io.h" static void transport_action( mlt_producer producer, char *value )