mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
fix GST_CONFIG_DIR
Original commit message from CVS: fix GST_CONFIG_DIR
This commit is contained in:
parent
886cbe19ec
commit
2abe84ac12
1 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ esac],
|
|||
|
||||
dnl default to building registry in the source tree if we are enabling plugin build dir
|
||||
if test "x$PLUGINS_USE_BUILDDIR"="xyes"; then
|
||||
GST_CONFIG_DIR=$builddir
|
||||
GST_CONFIG_DIR="\$(top_builddir)"
|
||||
else
|
||||
GST_CONFIG_DIR=/etc/gstreamer
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue