]> git.pld-linux.org Git - packages/gavl.git/blame - gavl-make.patch
- rel 2; fix include path
[packages/gavl.git] / gavl-make.patch
CommitLineData
e0e97ba2
JB
1--- gavl-0.2.4/include/Makefile.am.orig 2006-06-05 21:05:24.000000000 +0200
2+++ gavl-0.2.4/include/Makefile.am 2006-08-20 22:04:40.582582324 +0200
3@@ -1,6 +1,6 @@
4 SUBDIRS = gavl
5
6-includedir = $(prefix)/lib/gavl/include
7+includedir = $(libdir)/gavl/include
8
9 private_headers = \
10 accel.h \
11--- gavl-0.2.4/configure.ac.orig 2006-07-02 13:34:15.000000000 +0200
12+++ gavl-0.2.4/configure.ac 2006-08-20 22:05:09.040626042 +0200
13@@ -64,7 +64,7 @@
14 dnl Build optimization flags
15 dnl
16
17-LQT_OPT_CFLAGS($host_cpu, ["-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math"])
18+LQT_OPT_CFLAGS($host_cpu, ["-fomit-frame-pointer -ffast-math"])
19
20 dnl
21 dnl Check for SIMD
This page took 0.053206 seconds and 4 git commands to generate.