Skip to content
Snippets Groups Projects
Commit 3160f06f authored by Sean Bright's avatar Sean Bright
Browse files

There is a troublesome assert() in the alsa/control.h header that causes

GCC 4.3.2 to complain that the passed argument will always evaluate to
true.  So to get things to compile, disable assert when building
chan_usbradio.so.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@153507 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 39cbb899
Branches
Tags
No related merge requests found
...@@ -105,5 +105,6 @@ $(if $(filter chan_oss,$(EMBEDDED_MODS)),modules.link,chan_oss.so): console_vide ...@@ -105,5 +105,6 @@ $(if $(filter chan_oss,$(EMBEDDED_MODS)),modules.link,chan_oss.so): console_vide
chan_usbradio.o: ./xpmr/xpmr.c ./xpmr/xpmr.h ./xpmr/xpmr_coef.h chan_usbradio.o: ./xpmr/xpmr.c ./xpmr/xpmr.h ./xpmr/xpmr_coef.h
chan_usbradio.so: LIBS+=-lusb -lasound chan_usbradio.so: LIBS+=-lusb -lasound
chan_usbradio.so: ASTCFLAGS+=-DNDEBUG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment