Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and...
Original commit message from CVS: * Makefile.am: * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and we weren't actually _using_ the information for libcheck ourselves anyway.
This commit is contained in:
parent
b6ee0fa3d6
commit
2b8d07bac0
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* configure.ac:
|
||||||
|
* tests/Makefile.am:
|
||||||
|
Remove bogus check for libcheck, since we check for
|
||||||
|
gstreamer-check and it pulls in the required info from there, and we
|
||||||
|
weren't actually _using_ the information for libcheck ourselves
|
||||||
|
anyway.
|
||||||
|
|
||||||
2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
|
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
|
||||||
|
@ -45,7 +45,7 @@ include $(top_srcdir)/common/po.mak
|
|||||||
check-valgrind:
|
check-valgrind:
|
||||||
cd tests/check && make check-valgrind
|
cd tests/check && make check-valgrind
|
||||||
|
|
||||||
if HAVE_CHECK
|
if HAVE_GST_CHECK
|
||||||
check-torture:
|
check-torture:
|
||||||
cd tests/check && make torture
|
cd tests/check && make torture
|
||||||
else
|
else
|
||||||
|
@ -260,13 +260,7 @@ AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
|
|||||||
AG_GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ])
|
AG_GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ])
|
||||||
AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ])
|
AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ])
|
||||||
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
|
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
|
||||||
|
AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
|
||||||
dnl FIXME: get rid of this by making sure gstreamer-check brings it in
|
|
||||||
dnl check for "check", unit testing library/header
|
|
||||||
PKG_CHECK_MODULES(CHECK, check >= 0.9.2,
|
|
||||||
AM_CONDITIONAL(HAVE_CHECK, true),
|
|
||||||
AM_CONDITIONAL(HAVE_CHECK, false)
|
|
||||||
)
|
|
||||||
|
|
||||||
dnl Check for documentation xrefs
|
dnl Check for documentation xrefs
|
||||||
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
|
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
|
||||||
|
@ -4,7 +4,7 @@ else
|
|||||||
SUBDIRS_EXAMPLES =
|
SUBDIRS_EXAMPLES =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_CHECK
|
if HAVE_GST_CHECK
|
||||||
SUBDIRS_CHECK = check
|
SUBDIRS_CHECK = check
|
||||||
else
|
else
|
||||||
SUBDIRS_CHECK =
|
SUBDIRS_CHECK =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user