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 ;