Files
lazarus-ccr/components/acs/Src/linux/laz_acs.pas
christian_u b827644c2a fixed compiling player
fixed alsa driver



git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2820 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-11-01 17:05:54 +00:00

25 lines
577 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit laz_acs;
interface
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,
acs_alsaaudio, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('acs_reg', @acs_reg.Register);
end;
initialization
RegisterPackage('laz_acs', @Register);
end.