blob: cd4389e7a6e59c0cb2a3d1544568d75f1ee85935 (
plain)
1
2
3
4
5
|
EXTRA_OECONF = "--enable-static"
PACKAGECONFIG[mp4] = "--enable-mp4,--disable-mp4,libmp4v2"
# add support MP3 because of the format of music files for AGL CES/ALS2017 Demo
PACKAGECONFIG_append = " id3 mp4"
|