diff --git a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp index e7cf2077ad..6d8a89e504 100644 --- a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp +++ b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp @@ -686,9 +686,9 @@ int URLRageFile_read( avcodec::URLContext *h, unsigned char *buf, int size ) } #if defined(MACOSX) - int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size ) + int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size ); #else - int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size ) + int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size ); #end { RageFileBasic *f = (RageFileBasic *) h->priv_data;