From 194362d68bdf8867cc804ab2aaa87ef213ea4eb3 Mon Sep 17 00:00:00 2001 From: beveloper Date: Sat, 6 Mar 2004 22:45:03 +0000 Subject: [PATCH] included the ac3-decoder addon (when GPL add-ons are included) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6922 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/add-ons/media/plugins/Jamfile b/src/add-ons/media/plugins/Jamfile index 5688090e27..3d363a2c59 100644 --- a/src/add-ons/media/plugins/Jamfile +++ b/src/add-ons/media/plugins/Jamfile @@ -15,3 +15,9 @@ SubInclude OBOS_TOP src add-ons media plugins raw_decoder ; SubInclude OBOS_TOP src add-ons media plugins avcodec ; SubInclude OBOS_TOP src add-ons media plugins vorbis ; SubInclude OBOS_TOP src add-ons media plugins speex ; + +# 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 +# parameter +SubIncludeGPL OBOS_TOP src add-ons media plugins ac3_decoder ;