Skip to content
Snippets Groups Projects
Commit df25da59 authored by llea's avatar llea
Browse files

*** empty log message ***

parent ea04df83
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ INCPATH = -I. -I$(QTDIR)/include -I$(CCPPDIR)/include/cc++2 -I$(CCRTPDIR)/inclu
CXXFLAGS = -pipe -Wall -W -g -pipe -march=i386 -mcpu=i686 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -fpermissive -Wno-deprecated $(INCPATH)
LIBS=-L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm -L/opt/lib -losip2 -leXosip -lccrtp1 -lasound `ccgnu2-config --flags --stdlibs`
LIBS=-L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm -L/opt/lib -losip2 -leXosip -lccrtp1 -lasound `$(CCPPDIR)/bin/ccgnu2-config --flags --stdlibs`
EXTRALIBS=../gsm/libgsm.a
......
......@@ -46,6 +46,8 @@ public:
int resetDevice (void);
int writeBuffer (void);
int readBuffer (void *, int);
int readBuffer (int) { return 0; }
unsigned int readableBytes (void) { return 0; }
private:
snd_pcm_t *audio_hdl;
......
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