X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst-libs%2Fgst%2FMakefile.am;h=c4f02a18c78117631b7769a8cce66e39906588fc;hb=ae890584827ae8b4ad53296edff3f33308db643b;hp=92d951cc887a8bb399b066df9070fe77b32bd307;hpb=fa3ff9e5edddc9ade8b33aff33aeb81066c47c72;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 92d951c..c4f02a1 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -1,9 +1,43 @@ -if BUILD_EXPERIMENTAL -EXPERIMENTAL_LIBS=basecamerabinsrc +if USE_WAYLAND +WAYLAND_DIR=wayland endif -SUBDIRS = baseparse interfaces signalprocessor video $(EXPERIMENTAL_LIBS) +if USE_OPENCV +OPENCV_DIR=opencv +endif + +if TV_PROFILE +SUBDIRS = codecparsers mpegts sctp webrtc $(WAYLAND_DIR) +else +SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \ + insertbin mpegts audio sctp player isoff webrtc $(WAYLAND_DIR) \ + $(OPENCV_DIR) +endif + +noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h +if TV_PROFILE +DIST_SUBDIRS = codecparsers mpegts wayland sctp webrtc +else +DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \ + codecparsers insertbin mpegts wayland opencv audio player isoff sctp webrtc +endif + +adaptivedemux: uridownloader + +if TV_PROFILE +INDEPENDENT_SUBDIRS = \ + codecparsers mpegts sctp webrtc $(WAYLAND_DIR) +else +INDEPENDENT_SUBDIRS = \ + interfaces basecamerabinsrc codecparsers insertbin uridownloader \ + mpegts player isoff sctp webrtc $(WAYLAND_DIR) $(OPENCV_DIR) +endif + +.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS) + +independent-subdirs: $(INDEPENDENT_SUBDIRS) -noinst_HEADERS = gst-i18n-plugin.h gettext.h -DIST_SUBDIRS = baseparse interfaces signalprocessor video basecamerabinsrc +$(INDEPENDENT_SUBDIRS): + $(MAKE) -C $@ +all-recursive: independent-subdirs