]> git.sesse.net Git - mlt/commitdiff
kino/riff.c: fix failure to dlopen due to symbol signature mismatch on make_fourcc
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 7 Mar 2008 07:59:04 +0000 (07:59 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 7 Mar 2008 07:59:04 +0000 (07:59 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1105 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/kino/riff.cc

index 51ed2101dd8796a051d38d130460939032df6ff1..2eef892c0cdccd2f92d12f17e7cc575795bff1b7 100644 (file)
@@ -113,7 +113,7 @@ using std::endl;
     could not get it working on the gcc compiler so I had to use this
     workaround. We can now use id = make_fourcc("ABCD") instead. */
 
-FOURCC make_fourcc( char *s )
+FOURCC make_fourcc( const char *s )
 {
        if ( s[ 0 ] == 0 )
                return 0;