diff --git a/components/vlc/lclvlc.pp b/components/vlc/lclvlc.pp index 39efdc715b..6ccdf3fde8 100644 --- a/components/vlc/lclvlc.pp +++ b/components/vlc/lclvlc.pp @@ -54,7 +54,7 @@ Type implementation -{$ifdef HasX} +{$ifdef Unix} {$ifdef lclgtk2} {$I vlcgtk2.inc} {$endif} @@ -62,6 +62,7 @@ implementation {$I vlcqt.inc} {$endif} {$endif} + { TLCLVLCPlayer } procedure TLCLVLCPlayer.SetLCLParentWindow(AValue: TWinControl);