mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
Fix --with-gstreamer-prefix via s/glib/gstreamer/
Original commit message from CVS: Fix --with-gstreamer-prefix via s/glib/gstreamer/
This commit is contained in:
parent
df681e7f0e
commit
c705c78082
1 changed files with 2 additions and 2 deletions
|
@ -23,14 +23,14 @@ dnl
|
|||
gstreamer_config_args="$gstreamer_config_args --prefix=$gstreamer_config_prefix" ;
|
||||
|
||||
if test "x${GSTREAMER_CONFIG+set}" != "xset" ; then
|
||||
GSTREAMER_CONFIG="$glib_config_prefix/bin/gstreamer-config"
|
||||
GSTREAMER_CONFIG="$gstreamer_config_prefix/bin/gstreamer-config"
|
||||
fi
|
||||
fi
|
||||
if test "x$gstreamer_config_exec_prefix" != "x"; then
|
||||
gstreamer_config_args="$gstreamer_config_args --exec-prefix=$gstreamer_config_exec_prefix" ;
|
||||
|
||||
if test "x${GSTREAMER_CONFIG+set}" != "xset" ; then
|
||||
GSTREAMER_CONFIG="$glib_config_exec_prefix/bin/gstreamer-config"
|
||||
GSTREAMER_CONFIG="$gstreamer_config_exec_prefix/bin/gstreamer-config"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue