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 /Repository.mk | |
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 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 8e8df07d7f5b..8e782d31a89e 100644 --- a/Repository.mk +++ b/Repository.mk @@ -426,6 +426,7 @@ endif $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ avmediagst \ + avmediagst_0_10 \ avmediawin \ cached1 \ collator_data \ |