summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6f1d31d..461d87a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
dh $@
override_dh_auto_configure:
+ # FIXME: add: @if [ -r third-party/ilbc/iLBC_decode.c ]; then \
+ # echo "iLBC not stripped. Exiting"; exit 1; fi
dh_auto_configure -- --enable-shared \
--disable-g7221-codec --disable-ilbc-codec --disable-resample \
--with-external-gsm --with-external-speex --with-external-pa \