]> git.pld-linux.org Git - packages/sox.git/blame - sox-system-lpc10.patch
- added ffmpeg.patch
[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
7e67569e
JB
23--- sox-14.0.1/Makefile.am.orig 2007-10-22 00:50:20.000000000 +0200
24+++ sox-14.0.1/Makefile.am 2008-02-17 04:09:06.185606199 +0100
d6a2663e
JB
25@@ -2,7 +2,7 @@
26
27 ACLOCAL_AMFLAGS = -I m4
28
29-SUBDIRS = lpc10 libgsm src
30+SUBDIRS = libgsm src
7e67569e
JB
31 DIST_SUBDIRS = lpc10 libgsm src
32
33 RM = rm -f
This page took 0.392009 seconds and 4 git commands to generate.