mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
try fixing GST_CONFIG_DIR
Original commit message from CVS: try fixing GST_CONFIG_DIR
This commit is contained in:
parent
b343c988b6
commit
886cbe19ec
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ esac],
|
|||
[USE_PROFILING=no]) dnl Default value
|
||||
|
||||
dnl default to building registry in the source tree if we are enabling plugin build dir
|
||||
if test "x$PLUGINS_USE_BUILDDIR" = xyes; then
|
||||
if test "x$PLUGINS_USE_BUILDDIR"="xyes"; then
|
||||
GST_CONFIG_DIR=$builddir
|
||||
else
|
||||
GST_CONFIG_DIR=/etc/gstreamer
|
||||
|
|
Loading…
Reference in a new issue