Skip to content
Snippets Groups Projects
Commit 23ca8e40 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

opus: remove unused linking flag

Change-Id: I136df205bc042e80af4403d3c8fabd7c82aab4b3
parent b173c774
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment