diff --git a/livesupport/src/tools/gstreamer/gstreamer-0.8.10/etc/Makefile.in b/livesupport/src/tools/gstreamer/gstreamer-0.8.10/etc/Makefile.in index 61256ce60..285d73dee 100644 --- a/livesupport/src/tools/gstreamer/gstreamer-0.8.10/etc/Makefile.in +++ b/livesupport/src/tools/gstreamer/gstreamer-0.8.10/etc/Makefile.in @@ -79,7 +79,9 @@ export PKG_CONFIG_PATH=${USR_LIB_DIR}/pkgconfig all: ${TMP_DIR}/all.stamp ${TMP_DIR}/all.stamp: cd ${GSTREAMER_DIR} && \ - ./configure --prefix=${prefix} --with-pkg-config-path=${pkg_config_path} + ./configure --prefix=${prefix} \ + --with-pkg-config-path=${pkg_config_path} \ + --disable-valgrind ${MAKE} -C ${GSTREAMER_DIR} ${MAKE} -C ${GSTREAMER_DIR} install cd ${GST_PLUGINS_DIR} && \