diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-08 21:27:14 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-08 21:27:14 +0000 |
commit | f8e351cd93401cfbf29867fc0be0b10a7be3b79f (patch) | |
tree | 8f4ee7856ec445d9da598bbd95b4754a1b7e4e85 /multimedia/gstreamer0.10/patches/patch-ad | |
parent | d3f76b4e095fb6205138c2cb9f68ce5631632d94 (diff) | |
download | pkgsrc-f8e351cd93401cfbf29867fc0be0b10a7be3b79f.tar.gz |
add a "gstcheck" option which makes that the "check" library is pulled in
and an additional library library gets built which can be used for
selftests of gstreamer and plugins
not enabled per default
Diffstat (limited to 'multimedia/gstreamer0.10/patches/patch-ad')
-rw-r--r-- | multimedia/gstreamer0.10/patches/patch-ad | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/gstreamer0.10/patches/patch-ad b/multimedia/gstreamer0.10/patches/patch-ad new file mode 100644 index 00000000000..4168a309451 --- /dev/null +++ b/multimedia/gstreamer0.10/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 2007/02/08 21:27:14 drochner Exp $ + +--- tests/check/Makefile.in.orig 2007-02-06 20:08:21.000000000 +0100 ++++ tests/check/Makefile.in +@@ -89,8 +89,8 @@ CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = + @GST_DISABLE_LOADSAVE_FALSE@am__EXEEXT_1 = gst/gstxml$(EXEEXT) + @GST_DISABLE_PARSE_FALSE@am__EXEEXT_2 = pipelines/simple-launch-lines$(EXEEXT) \ +-@GST_DISABLE_PARSE_FALSE@ pipelines/cleanup$(EXEEXT) \ +-@GST_DISABLE_PARSE_FALSE@ pipelines/parse-launch$(EXEEXT) ++@GST_DISABLE_PARSE_FALSE@ pipelines/cleanup$(EXEEXT) ++#@GST_DISABLE_PARSE_FALSE@ pipelines/parse-launch$(EXEEXT) + @GST_DISABLE_REGISTRY_FALSE@am__EXEEXT_3 = gst/gst$(EXEEXT) \ + @GST_DISABLE_REGISTRY_FALSE@ gst/gstbin$(EXEEXT) \ + @GST_DISABLE_REGISTRY_FALSE@ gst/gstelement$(EXEEXT) \ |