mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default: more portable, configurable, and standard.
Original commit message from CVS: Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default: more portable, configurable, and standard.
This commit is contained in:
parent
19869191b4
commit
67fef4e42a
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ esac],
|
|||
[USE_PROFILING=no]) dnl Default value
|
||||
|
||||
dnl Default value
|
||||
GST_CONFIG_DIR="/etc/gstreamer"
|
||||
GST_CONFIG_DIR="${sysconfdir}/gstreamer"
|
||||
AC_ARG_WITH(configdir,
|
||||
[ --with-configdir specify path to use for configdir],
|
||||
[case "${withval}" in
|
||||
|
|
Loading…
Reference in a new issue