commit | 3fc8fc440f05534611a151d6106d2237ea80b49b | [log] [tgz] |
---|---|---|
author | John Ye <john.ye@intel.com> | Thu Mar 19 14:41:01 2015 +0800 |
committer | Wind Yuan <feng.yuan@intel.com> | Fri Mar 20 15:06:48 2015 +0800 |
tree | a7c2186072b53a00d2a0b896dfd3422296b4dd38 | |
parent | e94eb9618dae6c09e93239984b88c51486ce594b [diff] [blame] |
configure --enable-gst to turn on gst plugin build default: configure would disable gstreamer plugin build Signed-off-by: Wind Yuan <feng.yuan@intel.com>
diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am index 875ebce..63dbffd 100644 --- a/wrapper/Makefile.am +++ b/wrapper/Makefile.am
@@ -1 +1,8 @@ -SUBDIRS = gstreamer + +if ENABLE_GST +GST_DIR = gstreamer +else +GST_DIR = +endif + +SUBDIRS = $(GST_DIR)