mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Define plugindir
Original commit message from CVS: Define plugindir
This commit is contained in:
parent
e74a44ae76
commit
101d0c2750
2 changed files with 4 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 6b0a313b93535f0df7956a01405ddb63a3d76b5a
|
||||
Subproject commit 6757dae2885c2c09ad6db243c73946ef387bb044
|
|
@ -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