]> Git Repo - buildroot-mgba.git/blame - package/multimedia/lame/lame.mk
lame: fix build if host has libgtk12-dev (gtk-config)
[buildroot-mgba.git] / package / multimedia / lame / lame.mk
CommitLineData
b92f5b73
GZ
1#############################################################
2#
3# lame
4#
5#############################################################
6
7LAME_VERSION = 3.98.4
8LAME_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/lame
9LAME_DEPENDENCIES = host-pkg-config
10LAME_INSTALL_STAGING = YES
0387830b 11LAME_CONF_ENV = GTK_CONFIG=/bin/false
b92f5b73
GZ
12
13ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
14LAME_DEPENDENCIES += libsndfile
15LAME_CONF_OPT += --with-fileio=sndfile
16endif
17
18ifeq ($(BR2_PACKAGE_NCURSES),y)
19LAME_DEPENDENCIES += ncurses
20endif
21
22ifeq ($(BR2_ENDIAN),"BIG")
23define LAME_BIGENDIAN_ARCH
24 echo "#define WORDS_BIGENDIAN 1" >>$(@D)/config.h
25endef
26endif
27
28LAME_POST_CONFIGURE_HOOKS += LAME_BIGENDIAN_ARCH
29
30$(eval $(call AUTOTARGETS,package/multimedia,lame))
This page took 0.069303 seconds and 4 git commands to generate.