libav: Change the PACKAGES_DYNAMIC expression to be more restrict

Using 'lib*' we end having problem with every other package that
generate libraries dynamically thus we changed it to match the library
prefixes.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Otavio Salvador 2012-10-06 20:18:30 +00:00 committed by Koen Kooi
parent 26a4e5d05a
commit 97350f5228

View File

@ -119,4 +119,4 @@ python populate_packages_prepend() {
allow_links=True)
}
PACKAGES_DYNAMIC = "lib*"
PACKAGES_DYNAMIC = "lib(av(codec|device|filter|format|util)|postproc)*"