mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
fix gconf install path
Original commit message from CVS: fix gconf install path
This commit is contained in:
parent
f6ca49f429
commit
bc85c3da12
5 changed files with 11 additions and 4 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gconf/gstreamer.schemas.in:
|
||||||
|
* gst-libs/gst/gconf/Makefile.am:
|
||||||
|
version installation path the same way as for 0.6
|
||||||
|
* pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
|
||||||
|
* pkgconfig/gstreamer-libs-uninstalled.pc.in:
|
||||||
|
* pkgconfig/gstreamer-play-uninstalled.pc.in:
|
||||||
|
remove comment that was fixed
|
||||||
|
|
||||||
2004-03-05 David Schleef <ds@schleef.org>
|
2004-03-05 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
|
* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
|
||||||
|
|
|
@ -10,7 +10,7 @@ libgstgconf_@GST_MAJORMINOR@include_HEADERS = gconf.h
|
||||||
noinst_PROGRAMS = test-gconf
|
noinst_PROGRAMS = test-gconf
|
||||||
|
|
||||||
# add define for GST_GCONF_DIR
|
# add define for GST_GCONF_DIR
|
||||||
DIR_CFLAGS=-DGST_GCONF_DIR=\"/system/gstreamer-@GST_MAJORMINOR@\"
|
DIR_CFLAGS=-DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\"
|
||||||
|
|
||||||
test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS)
|
test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS)
|
||||||
test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la
|
test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# the standard variables don't make sense for an uninstalled copy
|
|
||||||
prefix=
|
prefix=
|
||||||
exec_prefix=
|
exec_prefix=
|
||||||
libdir=${pcfiledir}/../gst-libs/gst
|
libdir=${pcfiledir}/../gst-libs/gst
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# the standard variables don't make sense for an uninstalled copy
|
|
||||||
prefix=
|
prefix=
|
||||||
exec_prefix=
|
exec_prefix=
|
||||||
libdir=${pcfiledir}/../gst-libs/gst
|
libdir=${pcfiledir}/../gst-libs/gst
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# the standard variables don't make sense for an uninstalled copy
|
|
||||||
prefix=
|
prefix=
|
||||||
exec_prefix=
|
exec_prefix=
|
||||||
libdir=${pcfiledir}/../gst-libs/gst/play
|
libdir=${pcfiledir}/../gst-libs/gst/play
|
||||||
|
|
Loading…
Reference in a new issue