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

move theora plugin code to subdir + fix install prefix #7

Closed rpaciorek closed 5 years ago

rpaciorek commented 5 years ago

These are two (mostly) independent plugins, so I think each should be in a separate subdirectory.

Setting CMAKE_INSTALL_PREFIX to empty value is not good idea, so use OGRE_PREFIX_DIR only when set.