فهرست منبع

Fixed compilation of packages on win32 after r27966.

git-svn-id: trunk@27968 -
Jeppe Johansen 11 سال پیش
والد
کامیت
5ad478b252
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      packages/libvlc/src/vlc.pp

+ 3 - 3
packages/libvlc/src/vlc.pp

@@ -334,8 +334,8 @@ Type
     Property VideoPosition ;
     Property VideoFractionalPosition ;
     Property VideoFramesPerSecond;
-    Property VideoScale : Double;
-    Property AspectRatio : String;
+    Property VideoScale;
+    Property AspectRatio;
   Published
     Property AudioDelay ;
     Property AudioVolume ;
@@ -403,7 +403,7 @@ Type
 
   TVLCMediaListPlayer = Class(TCustomVLCMediaListPlayer)
   Public
-    Property VLC : TVLCLibrary;
+    Property VLC;
   Published
     Property Player;
     Property PlayMode;