|
@@ -28,6 +28,10 @@ MPV_CONF_OPTS = \
|
|
--disable-uchardet \
|
|
--disable-uchardet \
|
|
--disable-vapoursynth
|
|
--disable-vapoursynth
|
|
|
|
|
|
|
|
+ifeq ($(BR2_REPRODUCIBLE),y)
|
|
|
|
+MPV_CONF_OPTS += --disable-build-date
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
MPV_CONF_OPTS += --disable-libmpv-shared --enable-libmpv-static
|
|
MPV_CONF_OPTS += --disable-libmpv-shared --enable-libmpv-static
|
|
else
|
|
else
|