| Summary: | адаптировать для x86_64 | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Alexey Shabalin <shaba> |
| Component: | gst-plugins-bad | Assignee: | Valery Inozemtsev <shrek> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | aris, shaba |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
В gst-plugins-bad есть пара модулей, которые не адаптированы для x86_64. в gst/frei0r/gstfrei0r.c указан путь на внешние модули в пакете frei0r-plugins gst_plugin_add_dependency_simple (plugin, "HOME/.frei0r-1/lib", "/usr/lib/frei0r-1:/usr/local/lib/frei0r-1", NULL, GST_PLUGIN_DEPENDENCY_FLAG_RECURSE); register_plugins (plugin, "/usr/lib/frei0r-1"); register_plugins (plugin, "/usr/local/lib/frei0r-1"); в ext/ladspa/gstladspa.c #define GST_LADSPA_DEFAULT_PATH \ "/usr/lib/ladspa" G_SEARCHPATH_SEPARATOR_S \ "/usr/local/lib/ladspa" G_SEARCHPATH_SEPARATOR_S \ LIBDIR "/ladspa"