Difference between revisions of "WxWidgets Interface"
Jump to navigation
Jump to search
m |
(WxWidgets is no more the default) |
||
Line 1: | Line 1: | ||
− | WxWidgets | + | WxWidgets was the default, plain, graphical, [[interface]] to VLC, made using the [http://www.wxwidgets.org WxWidgets] library (linux users may need to have this installed). It was used as the default interface on the [[Windows]] and [[Linux]] versions of VLC and have been replaced by the [[Qt Interface]] since 0.9.0. |
− | + | It is known as the "wx" interface, so you can (or was able to) force this by running | |
vlc '''-I wx''' | vlc '''-I wx''' | ||
Revision as of 19:28, 19 May 2009
WxWidgets was the default, plain, graphical, interface to VLC, made using the WxWidgets library (linux users may need to have this installed). It was used as the default interface on the Windows and Linux versions of VLC and have been replaced by the Qt Interface since 0.9.0.
It is known as the "wx" interface, so you can (or was able to) force this by running
vlc -I wx
If WxWidgets is not avaliable, it will probably revert to using the rc (console) interface, even if you force it. The most likely reason for this is if WxWidgets hasn't been installed, or if it wasn't linked in (using the ./configure). See compiling VLC [1] for information on compiling.