mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 21:14:44 +00:00
configure.ac: Revert part that belongs to the preset patch.
Original commit message from CVS: * configure.ac: Revert part that belongs to the preset patch.
This commit is contained in:
parent
d0b15c9e09
commit
126a1130cd
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-04-03 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
Revert part that belongs to the preset patch.
|
||||
|
||||
2008-04-03 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -524,11 +524,9 @@ GST_LICENSE="LGPL"
|
|||
AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
|
||||
AC_SUBST(GST_LICENSE)
|
||||
|
||||
dnl define LIBDIR, DATADIR so we can inform people where we live
|
||||
dnl define LIBDIR so we can inform people where we live
|
||||
AS_AC_EXPAND(LIBDIR, $libdir)
|
||||
AC_DEFINE_UNQUOTED(LIBDIR, "$LIBDIR", [library dir])
|
||||
AS_AC_EXPAND(DATADIR, $datadir)
|
||||
AC_DEFINE_UNQUOTED(DATADIR, "$DATADIR", [data dir])
|
||||
|
||||
dnl set location of plugin directory
|
||||
AG_GST_SET_PLUGINDIR
|
||||
|
|
Loading…
Reference in a new issue