properly detect gstreamer and libxml headers and libs, reflect that wxMediaCtrl now on unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-02-12 01:30:39 +00:00
parent 68985f0e57
commit ce756cb06a
5 changed files with 509 additions and 117 deletions

View File

@@ -18,8 +18,6 @@ wxMediaCtrl uses native backends to render media, for example on Windows
there is a ActiveMovie/DirectShow backend, and on Macintosh there is a
QuickTime backend.
wxMediaCtrl is not currently available on unix systems.
\wxheading{Derived from}
\helpref{wxControl}{wxcontrol}
@@ -107,6 +105,8 @@ and is available on Windows Only.}
Use QuickTime. Windows and Mac Only. WARNING: On Mac Systems lower than OSX 10.2 this defaults to emulating window positioning and suffers from several bugs, including not working correctly embedded in a wxNotebook. }
\twocolitem{{\bf wxMEDIABACKEND\_MCI}}{
Use Media Command Interface. Windows Only. }
\twocolitem{{\bf wxMEDIABACKEND\_GSTREAMER}}{
Use GStreamer. Unix Only. }
\end{twocollist}
\membersection{wxMediaCtrl::wxMediaCtrl}\label{wxmediactrlwxmediactrl}