diff options
author | Memphiz <memphis@machzwo.de> | 2012-05-05 18:07:22 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-05-05 18:07:22 +0200 |
commit | ed7282214cf064dd73092f7b5c1aa2db32d23ae8 (patch) | |
tree | 7ff6d9afa57aa20ef545438cc1ee4f7e99c5f1ec /tools | |
parent | 67503cf8d200a4e5a34a1f3e59666035fd198035 (diff) |
[ios/atv2] - fix build of libmp3lame
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/libmp3lame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/libmp3lame/Makefile b/tools/darwin/depends/libmp3lame/Makefile index 66c7137973..7fc9a4dc95 100644 --- a/tools/darwin/depends/libmp3lame/Makefile +++ b/tools/darwin/depends/libmp3lame/Makefile @@ -8,7 +8,7 @@ ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz BASE_URL=http://voxel.dl.sourceforge.net/project/lame/lame/3.99 # configuration settings -CONFIGURE=./configure --prefix=$(PREFIX) +CONFIGURE=./configure --disable-gtktest --disable-frontend --prefix=$(PREFIX) LIBDYLIB=$(SOURCE)/.libs/libmp3lame.dylib |