mplayer: fix libmad check

Closes #3757

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-05-18 22:03:27 +02:00
parent 7234c23967
commit 8b4f5f2410
2 changed files with 6 additions and 5 deletions

View File

@ -34,10 +34,10 @@
haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less, haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng, libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs, libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
midori, mpg123, mpc, mpd, mpfr, mtd-utils, ncurses, netsnmp, midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
openssh, openssl, openvpn, pango, pkg-config, popt, procps, netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
proftpd, qt, quagga, readline, rsync, samba, sdl, socat, procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
squashfs, squid, sudo, tslib, udev, usbutils, webkit, socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11, wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
@ -59,6 +59,7 @@
#3571: u-boot: fw_printenv does not build #3571: u-boot: fw_printenv does not build
#3643: popt source url is not responding #3643: popt source url is not responding
#3733: dropbear: make zlib optional #3733: dropbear: make zlib optional
#3757: Buildroot can't build mplayer with libmad
2011.02, Released February 28th, 2011: 2011.02, Released February 28th, 2011:

View File

@ -69,7 +69,7 @@ MPLAYER_DEPENDENCIES += tremor
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
endif endif
ifeq ($(BR2_PACKAGE_MAD),y) ifeq ($(BR2_PACKAGE_LIBMAD),y)
MPLAYER_DEPENDENCIES += libmad MPLAYER_DEPENDENCIES += libmad
else else
MPLAYER_CONF_OPTS += --disable-mad MPLAYER_CONF_OPTS += --disable-mad