Bug 22442 - адаптировать для x86_64
Summary: адаптировать для x86_64
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gst-plugins-bad (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Valery Inozemtsev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-04 13:35 MSK by Alexey Shabalin
Modified: 2009-12-04 13:56 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shabalin 2009-12-04 13:35:34 MSK
В 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"
Comment 1 Alexey Shabalin 2009-12-04 13:50:40 MSK
http://www.piksel.no/projects/frei0r/ticket/6