]> git.pld-linux.org Git - packages/sox.git/blame - sox-system-lpc10.patch
- use system lpc10
[packages/sox.git] / sox-system-lpc10.patch
CommitLineData
d6a2663e
JB
1--- sox-14.0.0/src/lpc10.c.orig 2007-09-09 15:21:15.000000000 +0200
2+++ sox-14.0.0/src/lpc10.c 2007-12-01 19:44:07.799556106 +0100
3@@ -19,7 +19,7 @@
4 * USA. */
5
6 #include "sox_i.h"
7-#include "../lpc10/lpc10.h"
8+#include <lpc10.h>
9
10 /* Private data */
11 typedef struct lpcpriv {
12--- sox-14.0.0/src/Makefile.am.orig 2007-09-11 05:58:05.000000000 +0200
13+++ sox-14.0.0/src/Makefile.am 2007-12-01 19:44:08.399590300 +0100
14@@ -95,7 +95,7 @@
15 libsox_fmt_hcom_la_SOURCES = hcom.c
16 libsox_fmt_hcom_la_LIBADD = libsox.la
17 libsox_fmt_lpc10_la_SOURCES = lpc10.c
18-libsox_fmt_lpc10_la_LIBADD = ../lpc10/liblpc10.la libsox.la
19+libsox_fmt_lpc10_la_LIBADD = -llpc10 libsox.la
20 libsox_fmt_maud_la_SOURCES = maud.c
21 libsox_fmt_maud_la_LIBADD = libsox.la
22 libsox_fmt_prc_la_SOURCES = prc.c
23--- sox-14.0.0/Makefile.am.orig 2007-09-06 18:03:35.000000000 +0200
24+++ sox-14.0.0/Makefile.am 2007-12-01 19:47:13.774154195 +0100
25@@ -2,7 +2,7 @@
26
27 ACLOCAL_AMFLAGS = -I m4
28
29-SUBDIRS = lpc10 libgsm src
30+SUBDIRS = libgsm src
31 if HAVE_LIBLTDL
32 SUBDIRS += libltdl
33 endif
This page took 0.107824 seconds and 4 git commands to generate.