aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-04 17:43:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-04 17:43:53 +0000
commita67ccfeeb7e37e3f8647e89223cf7df36e288335 (patch)
tree72405509f8fff3ca823285e103888f0c1f1efa87
parente1b0b38f4546ede5fabad14f297ef5c71bd06291 (diff)
downloadlibextractor-a67ccfeeb7e37e3f8647e89223cf7df36e288335.tar.gz
libextractor-a67ccfeeb7e37e3f8647e89223cf7df36e288335.zip
marking gstreamer plugin as experimental for now --- too many open issues
-rw-r--r--src/plugins/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index e17565e..e889fc6 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -107,9 +107,11 @@ TEST_GSF=test_ole2
107endif 107endif
108 108
109if HAVE_GSTREAMER 109if HAVE_GSTREAMER
110if HAVE_EXPERIMENTAL
110PLUGIN_GSTREAMER=libextractor_gstreamer.la 111PLUGIN_GSTREAMER=libextractor_gstreamer.la
111TEST_GSTREAMER=test_gstreamer 112TEST_GSTREAMER=test_gstreamer
112endif 113endif
114endif
113 115
114if HAVE_JPEG 116if HAVE_JPEG
115PLUGIN_JPEG=libextractor_jpeg.la 117PLUGIN_JPEG=libextractor_jpeg.la