]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
build fix on opus
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 13 Sep 2012 16:27:50 +0000 (11:27 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 13 Sep 2012 16:27:50 +0000 (11:27 -0500)
src/mod/codecs/mod_opus/Makefile

index cf1e8d034b2fe18578e0f70c9dc7f1748382ee30..c57e0474614fc1ede92a6aedff876eafcc8b18f4 100644 (file)
@@ -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)
+