X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fkino%2Friff.cc;h=a03f069bd8e6efa7fc2e4c2b49f6d06b959775fb;hb=0a10ad52a99a7cfd16d484188e30212046eea00b;hp=51ed2101dd8796a051d38d130460939032df6ff1;hpb=489ad0dc6f6157c1de80b43ff6babb1296983db8;p=melted diff --git a/src/modules/kino/riff.cc b/src/modules/kino/riff.cc index 51ed210..a03f069 100644 --- a/src/modules/kino/riff.cc +++ b/src/modules/kino/riff.cc @@ -82,7 +82,9 @@ //#include #include #include +#ifndef __FreeBSD__ #include +#endif /* __FreeBSD__ */ using std::cout; using std::hex; @@ -113,7 +115,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;