removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-11-20 22:52:40 +00:00
parent 5cb8b7450a
commit caf5b94341
8 changed files with 22 additions and 6 deletions

View File

@@ -136,6 +136,11 @@ All (GUI):
- Added wxWindow::GetNextSibling() and GetPrevSibling()
All (Unix):
- Fixed shared libraries to not depend on GStreamer when built with
--enable-media; only wxMedia library depends on it now.
2.8.7
-----