mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
use versioned gst-register
Original commit message from CVS: use versioned gst-register
This commit is contained in:
parent
98ff5bbb2f
commit
3fb8c9c0f7
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* testsuite/Rules:
|
||||
use versioned gst-register
|
||||
|
||||
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/libs/gstreamer-libs-sections.txt:
|
||||
|
|
|
@ -9,7 +9,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|||
|
||||
check_PROGRAMS = $(tests_pass) $(tests_fail)
|
||||
|
||||
TESTS = $(top_builddir)/tools/gst-register $(tests_pass) $(tests_fail)
|
||||
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ $(tests_pass) $(tests_fail)
|
||||
XFAIL_TESTS = $(tests_fail)
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
|
@ -9,7 +9,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|||
|
||||
check_PROGRAMS = $(tests_pass) $(tests_fail)
|
||||
|
||||
TESTS = $(top_builddir)/tools/gst-register $(tests_pass) $(tests_fail)
|
||||
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ $(tests_pass) $(tests_fail)
|
||||
XFAIL_TESTS = $(tests_fail)
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue