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:
christian_u
2013-11-01 17:05:54 +00:00
parent 5d957a8c60
commit b827644c2a
8 changed files with 590 additions and 443 deletions

View File

@ -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.