This commit is contained in:
fgerlits 2006-08-22 08:59:42 +00:00
parent 711412e1e6
commit 9155181b3c
1 changed files with 3 additions and 1 deletions

View File

@ -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} && \