Skip to content
Snippets Groups Projects
Commit ff17df12 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#5168] Fix celt compilation on launchpad

parent d0ccca69
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,7 @@ if BUILD_CELT
CELT_LIB = libcodec_celt.so
libcodec_celt_so_SOURCES = celtcodec.cpp
libcodec_celt_so_CFLAGS = -fPIC -g -Wall
if CELT_091
libcodec_celt_so_CXXFLAGS = -fPIC -g -Wall -DUSE_091
else
libcodec_celt_so_CXXFLAGS = -fPIC -g -Wall
endif
libcodec_celt_so_LDFLAGS = --shared -lc -lcelt0 $(CELT_NIMP)
INSTALL_CELT_RULE = install-libcodec_celt_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