|
@@ -383,6 +383,13 @@ else
|
|
|
FFMPEG_CONF_OPTS += --disable-iconv
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
|
|
+FFMPEG_CONF_OPTS += --enable-libxml2
|
|
|
+FFMPEG_DEPENDENCIES += libxml2
|
|
|
+else
|
|
|
+FFMPEG_CONF_OPTS += --disable-libxml2
|
|
|
+endif
|
|
|
+
|
|
|
# ffmpeg freetype support require fenv.h which is only
|
|
|
# available/working on glibc.
|
|
|
# The microblaze variant doesn't provide the needed exceptions
|