[Buildroot] [Bug 3757] New: Buildroot can't build mplayer with libmad

bugzilla at busybox.net bugzilla at busybox.net
Wed May 18 19:48:24 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3757

           Summary: Buildroot can't build mplayer with libmad
           Product: buildroot
           Version: 2011.02
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: sasamy at yandex.ru
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


mplayer.mk:

ifeq ($(BR2_PACKAGE_MAD),y)

should be:

ifeq ($(BR2_PACKAGE_LIBMAD),y)

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list