search for: d26278d

Displaying 2 results from an estimated 2 matches for "d26278d".

Did you mean: 26278
2007 Apr 17
0
3 commits - configure.ac libswfdec/swfdec_loader.c libswfdec/swfdec_movie.h
...to 0.10.11 GStreamer linked with gmodule-2.0 which overrides the exported symbols due to use of --export-dynamic. That causes the Javascript symbols to be exported. And that in turn causes the mozilla plugin to fail due to symbol clashes. diff --git a/configure.ac b/configure.ac index d26278d..fe0ffa8 100644 --- a/configure.ac +++ b/configure.ac @@ -211,8 +211,7 @@ AC_ARG_ENABLE(gstreamer, enable_gstreamer="yes") if test "$enable_gstreamer" = "yes"; then - dnl I used my own version here, it might work with lower versions - GST_REQUIRED=0.10.10 + GST_RE...
2007 Mar 20
3
configure.ac
configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: diff-tree 3101705919f2a1272a8222ac0cce54f24b34193f (from b5d3509c3db17551aa138c21ee9c133d9d4b183e) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 19:56:49 2007 +0100 Output some info on what packages might be missing diff --git a/configure.ac b/configure.ac index d4a48c1..e640a78 100644