Commit 0327c24e authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mplayer: tremor now automatically pulls in libogg



So no need to explicitly depend on it.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5f3dc70b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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