mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Define plugindir
Original commit message from CVS: Define plugindir
This commit is contained in:
parent
c272681c11
commit
73c96c0100
1 changed files with 3 additions and 0 deletions
|
@ -251,6 +251,9 @@ dnl ===========================================================================
|
|||
dnl ============================= gst plug-ins ================================
|
||||
dnl ===========================================================================
|
||||
|
||||
plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
|
||||
AC_SUBST(plugindir)
|
||||
|
||||
GST_PLUGIN_LDFLAGS='-module -avoid-version'
|
||||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue