libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit a67ccfeeb7e37e3f8647e89223cf7df36e288335
parent e1b0b38f4546ede5fabad14f297ef5c71bd06291
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  4 Sep 2012 17:43:53 +0000

marking gstreamer plugin as experimental for now --- too many open issues

Diffstat:
Msrc/plugins/Makefile.am | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am @@ -107,9 +107,11 @@ TEST_GSF=test_ole2 endif if HAVE_GSTREAMER +if HAVE_EXPERIMENTAL PLUGIN_GSTREAMER=libextractor_gstreamer.la TEST_GSTREAMER=test_gstreamer endif +endif if HAVE_JPEG PLUGIN_JPEG=libextractor_jpeg.la