From 6788fc9aa132054ee95432c296a41ed89337796e Mon Sep 17 00:00:00 2001 From: maroy Date: Wed, 29 Jun 2005 17:23:00 +0000 Subject: [PATCH] made gstreamer elements registered with a full path --- livesupport/modules/gstreamerElements/etc/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/gstreamerElements/etc/Makefile.in b/livesupport/modules/gstreamerElements/etc/Makefile.in index 4977e6e47..da2547349 100644 --- a/livesupport/modules/gstreamerElements/etc/Makefile.in +++ b/livesupport/modules/gstreamerElements/etc/Makefile.in @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.6 $ +# Version : $Revision: 1.7 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/gstreamerElements/etc/Makefile.in,v $ # # @configure_input@ @@ -52,6 +52,9 @@ SRC_DIR = ${BASE_DIR}/src TMP_DIR = ${BASE_DIR}/tmp VAR_DIR = ${BASE_DIR}/var +REAL_BASE_DIR=$(shell cd ${BASE_DIR}; pwd) + + USR_DIR = ${BASE_DIR}/../../usr USR_INCLUDE_DIR = ${USR_DIR}/include USR_BIN_DIR = ${USR_DIR}/bin @@ -93,7 +96,7 @@ TEST_RUNNER = ${TMP_DIR}/testRunner DOXYGEN_CONFIG = ${ETC_DIR}/doxygen.config export LD_LIBRARY_PATH:=${LD_LIBRARY_PATH}:${USR_LIB_DIR} -export GST_PLUGIN_PATH=${LIB_DIR} +export GST_PLUGIN_PATH=${REAL_BASE_DIR}/lib #------------------------------------------------------------------------------- @@ -166,6 +169,7 @@ all: dir_setup ${GSTREAMER_ELEMENTS_LIB_FILE} \ dir_setup: ${TMP_DIR} ${DOXYGEN_DIR} + gst_register: ${GST_REGISTER} > /dev/null 2>&1