Skip to content
Snippets Groups Projects
Commit e12b3a49 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

build: remove empty statements

Change-Id: Ib23a716c120e07d6bb9b832b9a8241dbba2e7f30
parent a95614c4
Branches
Tags
No related merge requests found
......@@ -22,20 +22,14 @@ SIP_CFLAGS=-I$(src)/libs/$(PJPROJECT_DIR)/pjsip/include \
if BUILD_SPEEX
SPEEXCODEC=-DHAVE_SPEEX_CODEC
else
SPEEXCODEC=
endif
if BUILD_OPUS
OPUSCODEC=-DHAVE_OPUS
else
OPUSCODEC=
endif
if BUILD_GSM
GSMCODEC=-DHAVE_GSM_CODEC
else
GSMCODEC=
endif
# Preprocessor flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment