From 5b8ab325b53496fd075bc5197b0c5060032c9e28 Mon Sep 17 00:00:00 2001 From: David McPaul Date: Thu, 30 Apr 2009 12:54:48 +0000 Subject: [PATCH] add asf_reader to build for real this time git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30510 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/add-ons/media/plugins/Jamfile b/src/add-ons/media/plugins/Jamfile index 89e56dfd1f..05333e53a0 100644 --- a/src/add-ons/media/plugins/Jamfile +++ b/src/add-ons/media/plugins/Jamfile @@ -22,6 +22,8 @@ SubInclude HAIKU_TOP src add-ons media plugins speex ; SubInclude HAIKU_TOP src add-ons media plugins mov_reader ; SubInclude HAIKU_TOP src add-ons media plugins mp4_reader ; +SubInclude HAIKU_TOP src add-ons media plugins asf_reader ; + # The following add-ons are GPL licensed, and can only be used with # software whose license is GPL compatible. To include these GPL # licensed add-ons, you need to run configure with the --include-gpl-addons