提交 7bc6e8f1 authored 作者: Anthony Minessale's avatar Anthony Minessale

better version of last patch

上级 81575ead
...@@ -107,7 +107,10 @@ case "$host" in ...@@ -107,7 +107,10 @@ case "$host" in
;; ;;
esac esac
DEFAULT_INCLUDES="-I. -I./src/include -I$(srcdir)"
AC_SUBST(SOLINK) AC_SUBST(SOLINK)
AC_SUBST(DEFAULT_INCLUDES)
AC_SUBST(DYNAMIC_LIB_EXTEN) AC_SUBST(DYNAMIC_LIB_EXTEN)
AC_CHECK_LIB([dl], [dlopen]) AC_CHECK_LIB([dl], [dlopen])
......
//#include "openzap.h" //#include "openzap.h"
#include "../openzap/src/include/libteletone_detect.h" #include "libteletone_detect.h"
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
......
...@@ -136,8 +136,8 @@ typedef __int16 int16_t; ...@@ -136,8 +136,8 @@ typedef __int16 int16_t;
#endif #endif
#endif #endif
#include "libteletone_generate.h" #include <libteletone_generate.h>
#include "libteletone_detect.h" #include <libteletone_detect.h>
#ifdef HAVE_STRING_H #ifdef HAVE_STRING_H
#include <string.h> #include <string.h>
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
* *
*/ */
#include "../openzap/src/include/libteletone_detect.h" #include <libteletone_detect.h>
#ifndef _MSC_VER #ifndef _MSC_VER
#include <stdint.h> #include <stdint.h>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "../openzap/src/include/libteletone.h" #include <libteletone.h>
#define SMAX 32767 #define SMAX 32767
#define SMIN -32768 #define SMIN -32768
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论