mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
hdsploader: Temporary define for RPM
Right now (1.0.24.1), alsa-lib's hdsp.h doesn't know about the RPM. To avoid a strong dependency on unreleased code, temporary provide the define here. It can be dropped as soon as a new version of alsa-lib will be released, thus effectively making it the required minimum version for alsa-tools. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
da8a50938d
commit
21df31ab4f
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
|
||||
static u_int32_t code[24413];
|
||||
|
||||
#ifndef RPM
|
||||
# define RPM 5
|
||||
#endif
|
||||
|
||||
int read_bin_file(u_int32_t *array, const char *filename)
|
||||
{
|
||||
FILE *out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue