]> git.pld-linux.org Git - packages/kino.git/blame - kino-system-samplerate.patch
- updated URL
[packages/kino.git] / kino-system-samplerate.patch
CommitLineData
c39625cc
JB
1--- kino-0.7.0/src/Makefile.am.orig Fri Nov 21 14:29:19 2003
2+++ kino-0.7.0/src/Makefile.am Thu Jan 15 12:44:10 2004
3@@ -58,7 +58,7 @@
4 EXTRA_kino_SOURCES = cmd_ref.c
5
6 kino_LDADD = $(GNOME2_LIBS) $(AVCODEC_LIBS) \
7- ../libsamplerate/src/libsamplerate.a
8+ -lsamplerate
9
10 INCLUDES = -Wall \
11 $(GNOME2_CFLAGS) \
12--- kino-0.7.0/src/frame.h.orig Tue Nov 25 21:51:15 2003
13+++ kino-0.7.0/src/frame.h Thu Jan 15 12:44:43 2004
14@@ -28,7 +28,7 @@
15 #include <string>
16 using std::string;
17
18-#include "libsamplerate/src/samplerate.h"
19+#include <samplerate.h>
20
21 #ifdef WITH_LIBDV
22 #include <libdv/dv.h>
23--- kino-0.7.0/configure.in.orig Sun Dec 14 17:27:54 2003
24+++ kino-0.7.0/configure.in Thu Jan 15 12:43:13 2004
25@@ -8,7 +8,6 @@
26 AC_CONFIG_SRCDIR(src/main.c)
27 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
28 AM_CONFIG_HEADER(config.h)
29-AC_CONFIG_SUBDIRS(libsamplerate)
30 AM_MAINTAINER_MODE
31
32 # ######################################################################
33--- kino-0.7.0/Makefile.am.orig Mon Dec 15 22:31:37 2003
34+++ kino-0.7.0/Makefile.am Thu Jan 15 12:43:23 2004
35@@ -1,6 +1,6 @@
36 ## Process this file with automake to produce Makefile.in
37
38-SUBDIRS = po libsamplerate src help scripts
39+SUBDIRS = po src help scripts
40 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in
41 #ACLOCAL_AMFLAGS = -I m4
42
This page took 0.045535 seconds and 4 git commands to generate.