Kaydet (Commit) 2bff2270 authored tarafından Minh Ngo's avatar Minh Ngo Kaydeden (comit) Michael Meeks

Removing a code for WIN32 that doesn't work

Change-Id: I0ef71e696774648d5155dfc2f35e77bce3f91227
üst f0833d96
...@@ -170,7 +170,7 @@ uno::Reference< css::media::XPlayerWindow > SAL_CALL VLCPlayer::createPlayerWind ...@@ -170,7 +170,7 @@ uno::Reference< css::media::XPlayerWindow > SAL_CALL VLCPlayer::createPlayerWind
#if defined(WIN32) && !defined(UNIX) #if defined(WIN32) && !defined(UNIX)
libvlc_media_player_set_hwnd( mPlayer.get(), winID ); libvlc_media_player_set_hwnd( mPlayer.get(), winID );
#else #else
libvlc_media_player_set_xwindow( mPlayer.get(), winID ); //TODO: Not works, will be crashed
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment