Contribs: ffmpeg, fix hw decoding
[vlc.git] / contrib / src / cddb / cross.patch
blobc57746f4e6cff6940e0d25e28caf4e5ced952e78
1 --- libcddb/Makefile.am.orig 2009-10-24 17:24:43.000000000 +0200
2 +++ libcddb/Makefile.am 2009-10-24 17:26:58.000000000 +0200
3 @@ -1,5 +1,5 @@
5 -SUBDIRS = include lib examples tests
6 +SUBDIRS = include lib
7 EXTRA_DIST = doc/doxygen.conf misc/$(PACKAGE).ebuild
9 dist-hook:
10 --- libcddb/configure.ac.orig 2009-10-25 01:51:35.000000000 +0200
11 +++ libcddb/configure.ac 2009-10-25 01:51:44.000000000 +0200
12 @@ -107,8 +107,6 @@
13 AC_TYPE_SIZE_T
15 dnl Checks for library functions.
16 -AC_FUNC_MALLOC
17 -AC_FUNC_REALLOC
18 AC_FUNC_STAT
19 AC_FUNC_VPRINTF
20 AC_FUNC_SELECT_ARGTYPES
21 --- libcddb/include/cddb/cddb_ni.h.orig 2009-10-25 21:58:20.000000000 +0100
22 +++ libcddb/include/cddb/cddb_ni.h 2009-10-25 21:58:46.000000000 +0100
23 @@ -35,6 +35,7 @@
24 # include <iconv.h>
25 #else
26 typedef void *iconv_t; /* for code uniformity */
27 + #define ICONV_CONST const
28 #endif
30 #ifdef HAVE_WINDOWS_H