diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-30 15:15:58 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-09 20:46:16 +0100 |
commit | 21d7f4b4bba79558de830d9e815e127f67274355 (patch) | |
tree | f0c4e2ab7f96fdcf1ce9393477b773eb64cdd01b /postprocess/packcomponents | |
parent | 95938a123cbc8c0741a505b61ca874c0153c3f7a (diff) |
gstreamer: make gstreamer 1.0 and 0.10 dual compile
Add fallback activation of an _OLD media component to the core.
Compile both a 0.10 and 1.0 version of the gstreamer component
Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
Diffstat (limited to 'postprocess/packcomponents')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 4ced4c1317c8..eb5574b642ec 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -398,6 +398,10 @@ my_components += component/connectivity/source/drivers/evoab2/evoab my_components += component/avmedia/source/gstreamer/avmediagstreamer .END +.IF "$(OS)" != "WNT" && "$(ENABLE_GSTREAMER_0_10)" != "" +my_components += component/avmedia/source/gstreamer/avmediagstreamer_0_10 +.END + .INCLUDE: target.mk ALLTAR : $(MISC)/services.rdb |