convert avmedia to gbuild

This commit is contained in:
Matúš Kukan
2011-08-03 15:08:56 +02:00
parent fee5ca25dc
commit e85875b901
26 changed files with 503 additions and 507 deletions

View File

@@ -661,6 +661,13 @@ $(call gb_LinkTarget_add_libs,$(1), \
endef
define gb_LinkTarget__use_qtkit
$(call gb_LinkTarget_add_libs,$(1), \
-framework QTKit \
)
endef
define gb_LinkTarget__use_quicktime
$(call gb_LinkTarget_add_libs,$(1), \
-framework QuickTime \