|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
diff -up gavl-1.1.0/configure.ac.gdither gavl-1.1.0/configure.ac
|
|
|
|
|
--- gavl-1.1.0/configure.ac.gdither 2008-09-30 22:41:05.000000000 +0200
|
|
|
|
|
+++ gavl-1.1.0/configure.ac 2009-03-24 01:32:40.000000000 +0100
|
|
|
|
|
@@ -189,6 +189,27 @@ TOP_SRCDIR=`cd ${srcdir} && pwd`
|
|
|
|
|
diff -up gavl-1.1.1/configure.ac.gdither gavl-1.1.1/configure.ac
|
|
|
|
|
--- gavl-1.1.1/configure.ac.gdither 2009-07-13 22:42:38.000000000 +0200
|
|
|
|
|
+++ gavl-1.1.1/configure.ac 2009-10-28 00:02:31.461428785 +0100
|
|
|
|
|
@@ -217,6 +217,27 @@ TOP_SRCDIR=`cd ${srcdir} && pwd`
|
|
|
|
|
AC_SUBST(TOP_SRCDIR)
|
|
|
|
|
|
|
|
|
|
dnl
|
|
|
|
@ -29,10 +29,10 @@ diff -up gavl-1.1.0/configure.ac.gdither gavl-1.1.0/configure.ac
|
|
|
|
|
dnl Output variables
|
|
|
|
|
dnl
|
|
|
|
|
|
|
|
|
|
diff -up gavl-1.1.0/gavl/Makefile.am.gdither gavl-1.1.0/gavl/Makefile.am
|
|
|
|
|
--- gavl-1.1.0/gavl/Makefile.am.gdither 2008-08-20 22:18:08.000000000 +0200
|
|
|
|
|
+++ gavl-1.1.0/gavl/Makefile.am 2009-03-24 01:32:40.000000000 +0100
|
|
|
|
|
@@ -39,8 +39,15 @@ threednow_libs =
|
|
|
|
|
diff -up gavl-1.1.1/gavl/Makefile.am.gdither gavl-1.1.1/gavl/Makefile.am
|
|
|
|
|
--- gavl-1.1.1/gavl/Makefile.am.gdither 2009-05-13 17:10:37.000000000 +0200
|
|
|
|
|
+++ gavl-1.1.1/gavl/Makefile.am 2009-10-28 00:04:37.837435280 +0100
|
|
|
|
|
@@ -40,8 +40,15 @@ threednow_libs =
|
|
|
|
|
threednow_subdirs =
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
@ -49,12 +49,12 @@ diff -up gavl-1.1.0/gavl/Makefile.am.gdither gavl-1.1.0/gavl/Makefile.am
|
|
|
|
|
$(sse_subdirs) \
|
|
|
|
|
$(sse2_subdirs) \
|
|
|
|
|
$(sse3_subdirs) \
|
|
|
|
|
@@ -104,7 +111,7 @@ $(sse3_libs) \
|
|
|
|
|
@@ -109,7 +116,7 @@ $(sse3_libs) \
|
|
|
|
|
$(threednow_libs) \
|
|
|
|
|
c/libgavl_c.la \
|
|
|
|
|
hq/libgavl_hq.la \
|
|
|
|
|
-libgdither/libgdither.la \
|
|
|
|
|
+$(MAYBE_LIBGDITHER_LA) \
|
|
|
|
|
libsamplerate/libsamplerate.la \
|
|
|
|
|
@LIBGAVL_LIBS@ \
|
|
|
|
|
-lm
|
|
|
|
|
|