GNOME Bugzilla – Bug 733046
visual: Remove support for < 0.4
Last modified: 2014-07-11 08:23:44 UTC
Should also fix the build on bsd
Created attachment 280473 [details] [review] visual: Fix usage with < 0.4 This got broken in the baseaudiovisualizer refactoring in 5e6abc449b16ee3b944251728c477347ea34351f While libvisual 0.2 is 8 years old ... we should still try not to break it. Just revert changes, and also apply a cast (to silence clang sign warnings).
After IRC discussions, let's just remove support for < 0.4 (which was released in 2006)
Created attachment 280476 [details] [review] libvisual: Remove < 0.4 support And remove the version guards that went along with it
commit 52b6fb732261f305532bad297658179faf6a7432 Author: Edward Hervey <bilboed@bilboed.com> Date: Fri Jul 11 10:13:03 2014 +0200 libvisual: Remove < 0.4 support And remove the version guards that went along with it https://bugzilla.gnome.org/show_bug.cgi?id=733046