mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
fix from Company
Original commit message from CVS: fix from Company
This commit is contained in:
parent
de85531b18
commit
15a22cc4c0
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,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=`pwd`
|
||||
else
|
||||
GST_CONFIG_DIR=/etc/gstreamer
|
||||
|
|
Loading…
Reference in a new issue