]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltFactory.cpp
Initial port to Windows using MinGW.
[mlt] / src / mlt++ / MltFactory.cpp
index d5815a401622e32bf3cffdad1aa174824c35eaef..17b7c318f62408c0ebad2503a503259a522c5a23 100644 (file)
@@ -4,19 +4,19 @@
  * Copyright (C) 2008 Dan Dennedy <dan@dennedy.org>
  * Author: Charles Yates <charles.yates@pandora.be>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published
- * by the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * This library 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.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser 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.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include "MltFactory.h"
@@ -57,18 +57,6 @@ Consumer *Factory::consumer( Profile& profile, char *id, char *arg )
        return new Consumer( profile, id, arg );
 }
 
-#ifdef WIN32
-char *Factory::getenv( const char *name )
-{
-       return mlt_getenv( name );
-}
-
-int Factory::setenv( const char *name, const char *value )
-{
-       return mlt_setenv( name, value );
-}
-#endif
-
 void Factory::close( )
 {
        mlt_factory_close( );