mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
always include the installed plugin directories in the path
Original commit message from CVS: always include the installed plugin directories in the path
This commit is contained in:
parent
92b4f3b33a
commit
bc7eb8e691
1 changed files with 2 additions and 2 deletions
|
@ -80,10 +80,10 @@ _gst_plugin_initialize (void)
|
|||
PLUGINS_SRCDIR "/gst/elements");
|
||||
_gst_plugin_paths = g_list_prepend (_gst_plugin_paths,
|
||||
PLUGINS_SRCDIR "/gst/types");
|
||||
#else /* PLUGINS_USE_SRCDIR */
|
||||
#endif /* PLUGINS_USE_SRCDIR */
|
||||
|
||||
/* add the main (installed) library path */
|
||||
_gst_plugin_paths = g_list_prepend (_gst_plugin_paths, PLUGINS_DIR);
|
||||
#endif /* PLUGINS_USE_SRCDIR */
|
||||
|
||||
doc = xmlParseFile (GST_CONFIG_DIR"/reg.xml");
|
||||
|
||||
|
|
Loading…
Reference in a new issue