mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-28 01:40:36 -05:00
database: pick old database file from any arch
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/425>
This commit is contained in:
parent
4ca8997aa0
commit
7115023c51
5 changed files with 42 additions and 54 deletions
|
|
@ -97,11 +97,6 @@ finish:
|
|||
return c;
|
||||
}
|
||||
|
||||
const char* pa_database_get_arch_suffix(void) {
|
||||
/* TDB binary file format is not dependent on system architecture */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const char* pa_database_get_filename_suffix(void) {
|
||||
return ".tdb";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue