mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
registry: We name the registry after the target cpu
And not the host cpu Conflicts: gst/gstregistry.c
This commit is contained in:
parent
ad1136b5a5
commit
cdf1cc0cf5
1 changed files with 1 additions and 1 deletions
|
@ -1664,7 +1664,7 @@ ensure_current_registry (GError ** error)
|
||||||
registry_file = g_strdup (g_getenv ("GST_REGISTRY"));
|
registry_file = g_strdup (g_getenv ("GST_REGISTRY"));
|
||||||
if (registry_file == NULL) {
|
if (registry_file == NULL) {
|
||||||
registry_file = g_build_filename (g_get_user_cache_dir (),
|
registry_file = g_build_filename (g_get_user_cache_dir (),
|
||||||
"gstreamer-" GST_API_VERSION, "registry." HOST_CPU ".bin", NULL);
|
"gstreamer-" GST_API_VERSION, "registry." TARGET_CPU ".bin", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_gst_disable_registry_cache) {
|
if (!_gst_disable_registry_cache) {
|
||||||
|
|
Loading…
Reference in a new issue