Skip to content

Commit

Permalink
Fix compilation issues (closes #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
polybiusproxy committed Aug 12, 2021
1 parent 0eacacb commit 901d50f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions source/vlc/cpp/src/LibVLC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,26 +356,6 @@ bool LibVLC::hasVout()
return libvlc_media_player_has_vout( libVlcMediaPlayer );
}

void LibVLC::setXwindow(uint32_t drawable)
{
libvlc_media_player_set_xwindow(*this, drawable);
}

uint32_t LibVLC::xwindow()
{
return libvlc_media_player_get_xwindow(*this);
}

void LibVLC::setHwnd(void * drawable)
{
libvlc_media_player_set_hwnd(*this, drawable);
}

void* LibVLC::hwnd()
{
return libvlc_media_player_get_hwnd(*this);
}

/////////////////////////////////////////////////////////////////////////////////////

void LibVLC::useHWacceleration(bool hwAcc)
Expand Down

0 comments on commit 901d50f

Please sign in to comment.