From: Anthony Minessale Date: Thu, 13 Sep 2012 16:27:50 +0000 (-0500) Subject: build fix on opus X-Git-Tag: v1.2.3^2~61^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0424a81494e2569cc64eeba71a189332d68d7211;p=thirdparty%2Ffreeswitch.git build fix on opus --- diff --git a/src/mod/codecs/mod_opus/Makefile b/src/mod/codecs/mod_opus/Makefile index cf1e8d034b..c57e047461 100644 --- a/src/mod/codecs/mod_opus/Makefile +++ b/src/mod/codecs/mod_opus/Makefile @@ -15,16 +15,14 @@ include $(BASE)/build/modmake.rules $(OPUS_DIR): $(GETLIB) $(OPUS).tar.gz -$(OPUS_BUILDDIR)/Makefile: $(OPUS_DIR) - mkdir -p $(OPUS_BUILDDIR) +$(OPUS_DIR)/Makefile: $(OPUS_DIR) cd $(OPUS_BUILDDIR) && $(DEFAULT_VARS) $(OPUS_DIR)/configure --disable-shared --with-pic --srcdir=$(OPUS_DIR) $(TOUCH_TARGET) -$(IETF_LA): $(OPUS_BUILDDIR)/Makefile +$(OPUS_LA): $(OPUS_DIR)/Makefile cd $(OPUS_BUILDDIR) && $(MAKE) - $(TOUCH_TARGET) -$(CELT_LA): $(IETF_LA) -$(SILK_LA): $(IETF_LA) -$(MODNAME).lo: $(IETF_LA) $(CELT_LA) $(SILK_LA) + +$(MODNAME).lo: $(OPUS_LA) +