Revision c355b499 THIRDPARTY-LIBS/Makefile
THIRDPARTY-LIBS/Makefile | ||
---|---|---|
18 | 18 |
else |
19 | 19 |
ifeq ($(UNAME), Darwin) |
20 | 20 |
CONFIG_FFMPEG += --disable-avfilter # current libav fails to build on OSX Lion |
21 |
CONFIG_LIBVORBIS += --build=x86_64 # OSX 10.7.2 needs this |
|
21 | 22 |
endif |
22 | 23 |
|
23 | 24 |
CONFIG_FFMPEG += --enable-pthreads |
... | ... | |
83 | 84 |
$(WGET_OR_CURL) http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.gz && tar xzf libvorbis-1.3.2.tar.gz && mv libvorbis-1.3.2 libvorbis && rm libvorbis-1.3.2.tar.gz |
84 | 85 |
|
85 | 86 |
libvorbis-install: libvorbis libogg-install |
86 |
cd libvorbis && ./configure --disable-oggtest --disable-shared --prefix=$(THIRDPARTYLIBS)/libvorbis-install/ --with-ogg=$(THIRDPARTYLIBS)/libogg-install/ && make && make install |
|
87 |
cd libvorbis && ./configure --disable-oggtest --disable-shared --prefix=$(THIRDPARTYLIBS)/libvorbis-install/ --with-ogg=$(THIRDPARTYLIBS)/libogg-install/ $(CONFIG_LIBVORBIS) && make && make install
|
|
87 | 88 |
|
88 | 89 |
mp3lame: |
89 | 90 |
$(WGET_OR_CURL) http://sourceforge.net/projects/lame/files/lame/3.98.4/lame-3.98.4.tar.gz && tar xzf lame-3.98.4.tar.gz && rm -f lame-3.98.4.tar.gz && mv lame-3.98.4 mp3lame; |
Also available in: Unified diff