including spandsp.h instead of individual header (which needs SPAN_DECLARE anyway in newer version)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1702 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent efca1417a1
commit 6dd7284ac5

@ -28,7 +28,8 @@
typedef unsigned char uint8_t;
typedef signed short int16_t;
#include "spandsp/g722.h"
#include <spandsp.h>
#include "../../log.h"

Loading…
Cancel
Save