xbmc / visualization.spectrum

Spectrum visualizer for Kodi
GNU General Public License v2.0
8 stars 23 forks source link

Change to new C++ based addon interface style #15

Closed AlwinEsch closed 7 years ago

AlwinEsch commented 7 years ago

This are changes related to Kodi request https://github.com/xbmc/xbmc/pull/12262

Note: Build on Windows not testet!

AlwinEsch commented 7 years ago

Also changed the settings.xml here.

asavah commented 7 years ago

gcc doesn't like this:

visualization.spectrum/src/opengl_spectrum.cpp:158:12: error: returning a value from a constructor
     return ADDON_STATUS_UNKNOWN;
            ^~~~~~~~~~~~~~~~~~~~
visualization.spectrum/src/opengl_spectrum.cpp:163:12: error: returning a value from a constructor
     return ADDON_STATUS_UNKNOWN;
AlwinEsch commented 7 years ago

Sorry, I bring a fix. Not using here OpenGL ES 2.0 and had overlooked it

asavah commented 7 years ago

@AlwinEsch Don't worry, that was just to let you and notspiff about the error. What you are doing is HUGE and I guess that some glitches are to be expected. Keep up your awesome work.