projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c94b24a
)
mplayer: external tremor support needs ogg as well
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 19 Nov 2011 14:56:48 +0000
(15:56 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 19 Nov 2011 14:56:48 +0000
(15:56 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/mplayer/mplayer.mk
patch
|
blob
|
history
diff --git
a/package/multimedia/mplayer/mplayer.mk
b/package/multimedia/mplayer/mplayer.mk
index 2ac5e16e2f25a8fbb74e8d3832b99ee6a04a8546..96b4e736e4dab7f0f9c231cc44df552a92700741 100644
(file)
--- a/
package/multimedia/mplayer/mplayer.mk
+++ b/
package/multimedia/mplayer/mplayer.mk
@@
-67,8
+67,8
@@
else
MPLAYER_CONF_OPTS += --disable-mencoder
endif
-ifeq ($(BR2_PACKAGE_TREMOR)
,
y)
-MPLAYER_DEPENDENCIES += tremor
+ifeq ($(BR2_PACKAGE_TREMOR)
$(BR2_PACKAGE_LIBOGG),y
y)
+MPLAYER_DEPENDENCIES += tremor
libogg
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
endif