blob: e6d72badd27d71f59a57755724bb65b3276ccf45 (
plain)
1
2
3
4
5
6
7
8
9
|
PR_append = "-arago0"
PACKAGECONFIG = "bzip curl faad"
# Disable features that have potential commercial licensing restrictions
EXTRA_OECONF += "\
--disable-mpeg2enc \
--disable-acm \
"
|