Commit 66178e72 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: add lame

parent 27922fbe
......@@ -27,8 +27,8 @@ DEPS_ffmpeg = zlib gsm vpx $(DEPS_vpx)
# Optional dependencies
ifdef BUILD_ENCODERS
# TODO:
#FFMPEGCONF += --enable-libmp3lame
#DEPS_ffmpeg += lame $(DEPS_lame)
FFMPEGCONF += --enable-libmp3lame
DEPS_ffmpeg += lame $(DEPS_lame)
else
FFMPEGCONF += --disable-encoders --disable-muxers
# XXX: REVISIT --enable-small ?
......
cf6cff914c06c2d65470c577eed2bfa226e9017cdfd26aa3e95c3b3b76c40568151ca223327859d6dacb982c80c06b672ba4e9f32ce1e452363c95126edb301b lame-3.98.4.tar.gz
# lame
LAME_VERSION := 3.98.4
LAME_URL := $(SF)/lame/lame-$(LAME_VERSION).tar.gz
ifdef BUILD_ENCODERS
PKGS += lame
endif
$(TARBALLS)/lame-$(LAME_VERSION).tar.gz:
$(call download,$(LAME_URL))
.sum-lame: lame-$(LAME_VERSION).tar.gz
lame: lame-$(LAME_VERSION).tar.gz .sum-lame
$(UNPACK)
$(MOVE)
.lame: lame
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-analyser-hooks --disable-decoder --disable-gtktest --disable-frontend
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment