mplayer: tremor now automatically pulls in libogg
So no need to explicitly depend on it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5f3dc70b4f
commit
0327c24e5f
@ -67,8 +67,8 @@ else
|
||||
MPLAYER_CONF_OPTS += --disable-mencoder
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_TREMOR)$(BR2_PACKAGE_LIBOGG),yy)
|
||||
MPLAYER_DEPENDENCIES += tremor libogg
|
||||
ifeq ($(BR2_PACKAGE_TREMOR),y)
|
||||
MPLAYER_DEPENDENCIES += tremor
|
||||
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user