From 1f4107a11fe4dabfc670dc6dd23db0428d31cf77 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 10 Sep 2014 12:23:38 -0400 Subject: [PATCH] opus: remove unused linking flag Change-Id: I136df205bc042e80af4403d3c8fabd7c82aab4b3 --- daemon/src/audio/codecs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/audio/codecs/Makefile.am b/daemon/src/audio/codecs/Makefile.am index 99d41ffa7f..35af2bd77d 100644 --- a/daemon/src/audio/codecs/Makefile.am +++ b/daemon/src/audio/codecs/Makefile.am @@ -41,7 +41,7 @@ if BUILD_OPUS OPUS_LIB = libcodec_opus.so libcodec_opus_so_SOURCES = opuscodec.cpp opuscodec.h libcodec_opus_so_CXXFLAGS = -fPIC -g -Wall $(opus_CFLAGS) -libcodec_opus_so_LDFLAGS = --shared -lc -ldl -lstdc++ $(opus_LIBS) +libcodec_opus_so_LDFLAGS = --shared -lc -lstdc++ $(opus_LIBS) libcodec_opus_so_LDADD = libcodecdescriptor.la INSTALL_OPUS_RULE = install-libcodec_opus_so endif -- GitLab