Bug 3757 - Buildroot can't build mplayer with libmad
Summary: Buildroot can't build mplayer with libmad
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2011.02
Hardware: All Linux
: P5 trivial
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 19:48 UTC by Alexander
Modified: 2011-05-18 20:04 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 2011-05-18 19:48:23 UTC
mplayer.mk:

ifeq ($(BR2_PACKAGE_MAD),y)

should be:

ifeq ($(BR2_PACKAGE_LIBMAD),y)
Comment 1 Peter Korsgaard 2011-05-18 20:04:19 UTC
Committed, thanks.