mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
mplayer: external tremor support needs ogg as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c94b24a851
commit
c29fad1e1b
@ -67,8 +67,8 @@ else
|
|||||||
MPLAYER_CONF_OPTS += --disable-mencoder
|
MPLAYER_CONF_OPTS += --disable-mencoder
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_TREMOR),y)
|
ifeq ($(BR2_PACKAGE_TREMOR)$(BR2_PACKAGE_LIBOGG),yy)
|
||||||
MPLAYER_DEPENDENCIES += tremor
|
MPLAYER_DEPENDENCIES += tremor libogg
|
||||||
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
|
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user