search for: fe0ffa8

Displaying 1 result from an estimated 1 matches for "fe0ffa8".

Did you mean: 6e0ffa9
2007 Apr 17
0
3 commits - configure.ac libswfdec/swfdec_loader.c libswfdec/swfdec_movie.h
...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_REQUIRED=0....