OGRECave / ogre-audiovideo

plugins for theora video playback and openAL audio
https://ogrecave.github.io/ogre-audiovideo/
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

Lots of deprecation warnings #9

Closed sercero closed 3 years ago

sercero commented 4 years ago

I am compiling against OGRE 1.11.6 and I am getting lots of warnings about deprecated functions: OGRE_DEPRECATED void bind(T* rep) { shared_ptr::reset(rep); } OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr::operator bool(); } OGRE_DEPRECATED void setNull() { shared_ptr::reset(); }

I'm not sure how to fix them myself

paroj commented 4 years ago

See https://ogrecave.github.io/ogre/api/latest/deprecated.html

sercero commented 3 years ago

@paroj can you make a release of this?

Because I want to solve the deprecation warnings, but let people who perhaps use an earlier version of OGRE to be able to have something to use.

Thanks.

paroj commented 3 years ago

done

sercero commented 3 years ago

Thanks