1 diff --git configure.in configure.in
2 index 4ff07ea..bfe9198 100644
5 @@ -908,6 +908,7 @@ case "$build_os" in
13 @@ -936,6 +937,7 @@ case "$build_os" in
21 @@ -979,6 +982,7 @@ case "$build_os" in
29 @@ -1012,6 +1016,7 @@ case "$build_os" in
37 @@ -5565,6 +5570,26 @@ AC_SUBST(CAIRO_CFLAGS)
40 dnl ===================================================================
41 +dnl Check whether the GStreamer libraries are available.
42 +dnl ===================================================================
46 +if test "$build_gstreamer" = "yes"; then
48 + AC_MSG_CHECKING([whether to enable the GStreamer avmedia backend])
49 + if test "x$enable_gstreamer" != "xno" ; then
50 + ENABLE_GSTREAMER="TRUE"
51 + AC_MSG_RESULT([yes])
52 + PKG_CHECK_MODULES( GSTREAMER, gstreamer-0.10 gstreamer-plugins-base-0.10 )
58 +AC_SUBST(ENABLE_GSTREAMER)
60 +dnl ===================================================================
61 dnl Check whether the OpenGL libraries are available
62 dnl ===================================================================
64 diff --git set_soenv.in set_soenv.in
65 index 7f49931..7320345 100644
68 @@ -1756,6 +1756,7 @@ ToFile( "ENABLE_DBUS", "@ENABLE_DBUS@", "e" );
69 ToFile( "ENABLE_GCONF", "@ENABLE_GCONF@", "e" );
70 ToFile( "ENABLE_GNOMEVFS", "@ENABLE_GNOMEVFS@", "e" );
71 ToFile( "GNOMEVFS_HAS_LOCKING","@GNOMEVFS_HAS_LOCKING@", "e" );
72 +ToFile( "ENABLE_GSTREAMER", "@ENABLE_GSTREAMER@", "e" );
73 ToFile( "ENABLE_GIO", "@ENABLE_GIO@", "e" );
74 ToFile( "ENABLE_KDE", "@ENABLE_KDE@", "e" );
75 ToFile( "KDE_CFLAGS", "@KDE_CFLAGS@", "e" );