You've already forked lazarus-ccr
fixed compiling player
fixed alsa driver git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2820 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
{ This file was automatically created by Lazarus. do not edit!
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit laz_acs;
|
||||
unit laz_acs;
|
||||
|
||||
interface
|
||||
|
||||
@ -10,15 +10,15 @@ uses
|
||||
acs_audio, acs_audiomix, acs_cdrom, acs_classes, acs_converters, acs_file,
|
||||
acs_filters, acs_indicator, acs_misc, acs_mixer, acs_multimix, acs_streams,
|
||||
acs_strings, acs_types, acs_stdaudio, acs_reg, acs_allformats,
|
||||
LazarusPackageIntf;
|
||||
acs_alsaaudio, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('acs_reg', @acs_reg.Register);
|
||||
end;
|
||||
RegisterUnit('acs_reg', @acs_reg.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('laz_acs', @Register);
|
||||
RegisterPackage('laz_acs', @Register);
|
||||
end.
|
||||
|
Reference in New Issue
Block a user