[mythtv-commits] mythtv commit: r13269 - in trunk/mythplugins by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Apr 17 14:15:39 UTC 2007


      Author: paulh
        Date: 2007-04-17 14:15:39 +0000 (Tue, 17 Apr 2007)
New Revision: 13269
   Changeset: http://cvs.mythtv.org/trac/changeset/13269

Added:

   trunk/mythplugins/mythmusic/mythmusic/libvisualplugin.cpp
   trunk/mythplugins/mythmusic/mythmusic/libvisualplugin.h

Modified:

   trunk/mythplugins/configure
   trunk/mythplugins/mythmusic/mythmusic/mythmusic.pro

Log:

Add "libvisual" support to MythMusic.

If the option to add libvisual support is enabled in configure it allows
MythMusic to use any visualizer supported by the libvisual library.

Any new visualizers added to your libvisual setup will automatically appear
in MythMusic's list of available visualizers without having to do any
recompiling of MythMusic. You just need to add them to the list of visuals you
want MythMusic to use on the playback settings screen.

This adds libvisual as an optional dependency for MythMusic. You can choose to 
enable or disable libvisual support from the configure script. It's enabled by
default if libvisual and SDL are found by configure. Add --disable-libvisual
if don't want it.

This commit requires that you rerun the mythplugins ./configure script.

Closes #2307.





More information about the mythtv-commits mailing list