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
This commit is contained in:
beveloper 2004-03-06 22:45:03 +00:00
parent 6341d53b82
commit 194362d68b

View File

@ -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 ;