7de7eeae8e
- rework the way we handle shared_libs versus ptlib version so it stays compatible with upstream - install version.h - dtmf decoder patch from FreeBSD
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
$OpenBSD: patch-include_ptclib_dtmf_h,v 1.1 2008/03/15 17:38:07 ajacoutot Exp $
|
|
--- include/ptclib/dtmf.h.orig Mon Mar 3 16:37:36 2008
|
|
+++ include/ptclib/dtmf.h Mon Mar 3 16:38:25 2008
|
|
@@ -69,6 +69,7 @@ class PDTMFDecoder : public PObject
|
|
public:
|
|
PDTMFDecoder();
|
|
PString Decode(const short * sampleData, PINDEX numSamples);
|
|
+ PString Decode(const void * buf, PINDEX bytes);
|
|
|
|
protected:
|
|
enum {
|