diff --git a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp index 6d8a89e504..3c39400a1e 100644 --- a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp +++ b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp @@ -689,7 +689,7 @@ int URLRageFile_read( 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 ); -#end +#endif { RageFileBasic *f = (RageFileBasic *) h->priv_data; return f->Write( buf, size );