mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
* only enable for Linux and Win32/Win64, since those are presumably the
platforms on which this package has been tested (it definitely won't work on darwin as is) git-svn-id: trunk@22944 -
This commit is contained in:
parent
9d7ba28cf7
commit
3a5b5f03d5
@ -20,8 +20,8 @@ begin
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := 'michael@freepascal.org';
|
||||
P.Description := 'VLC library (version 2 or higher) interface and component.';
|
||||
T:=P.Targets.AddUnit('src/libvlc.pp');
|
||||
T:=P.Targets.AddUnit('src/vlc.pp');
|
||||
T:=P.Targets.AddUnit('src/libvlc.pp',[linux,win32,win64]);
|
||||
T:=P.Targets.AddUnit('src/vlc.pp',[linux,win32,win64]);
|
||||
with T.Dependencies do
|
||||
begin
|
||||
AddUnit('libvlc');
|
||||
@ -30,4 +30,4 @@ begin
|
||||
Run;
|
||||
end;
|
||||
end.
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user