mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
logic was reversed, duh
Original commit message from CVS: logic was reversed, duh
This commit is contained in:
parent
a30e9069d1
commit
80717cb5d1
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ init_pre (void)
|
||||||
gst_registry_add_path (_global_registry, PLUGINS_BUILDDIR "/gst/indexers");
|
gst_registry_add_path (_global_registry, PLUGINS_BUILDDIR "/gst/indexers");
|
||||||
#else
|
#else
|
||||||
/* add the main (installed) library path if GST_PLUGIN_PATH_ONLY not set */
|
/* add the main (installed) library path if GST_PLUGIN_PATH_ONLY not set */
|
||||||
if (g_getenv ("GST_PLUGIN_PATH_ONLY") != NULL) {
|
if (g_getenv ("GST_PLUGIN_PATH_ONLY") == NULL) {
|
||||||
gst_registry_add_path (_global_registry, PLUGINS_DIR);
|
gst_registry_add_path (_global_registry, PLUGINS_DIR);
|
||||||
}
|
}
|
||||||
#endif /* PLUGINS_USE_BUILDDIR */
|
#endif /* PLUGINS_USE_BUILDDIR */
|
||||||
|
|
Loading…
Reference in a new issue