comparison src/libmpcdec-1-configure_ac.patch @ 3632:4e78b4a9e87c

Add libcdio,mpcdec, vcdimager, a52dec, wavpack from mxe_devel * dist-files.mk: add libcdio.mk,libmpcdec-1-configure_ac.patch,libmpcdec.mk, vcdimager-* * index.html: add libcdio, libmpcdec, a52dec, wavpack * src/libcdio.mk: new file * src/libmpcdec-1-configure_ac.patch: new file * src/libmpcdec.mk: new file * src/vcdimager-1-configure.patch: new file * src/vcdimager.mk: new file * src/a52dec.mk: new file * src/wavpack-1-exec_prefix.patch: new file * src/wavpack.mk: new file
author John Donoghue <john.donoghue@ieee.org>
date Mon, 30 Jun 2014 06:10:45 -0400
parents
children
comparison
equal deleted inserted replaced
3631:f11ee3f8e632 3632:4e78b4a9e87c
1 This file is part of MXE.
2 See index.html for further information.
3
4 diff -urN libmpcdec-1.2.6/configure.ac libmpcdec-1.2.6-patch/configure.ac
5 --- libmpcdec-1.2.6/configure.ac 2007-04-17 22:05:32.000000000 +0300
6 +++ libmpcdec-1.2.6-patch/configure.ac 2013-12-17 15:45:49.892190871 +0200
7 @@ -5,6 +5,7 @@
8 AM_CONFIG_HEADER(include/config.h)
9
10 AM_PROG_LIBTOOL
11 +AC_PROG_CXX
12
13 CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -fPIC"
14
15 @@ -58,14 +59,14 @@
16 ac_cv_c_int64_t=int64_t
17 fi
18
19 -AC_FUNC_MEMCMP
20 -if test "x$ac_cv_func_memcmp_working" = "xno" ; then
21 - AC_MSG_ERROR([working memcmp is not available.])
22 -fi
23 -
24 -AC_CHECK_FUNCS([memmove memset], [],
25 - AC_MSG_ERROR([memset or memmove is missing.]))
26 -
27 +dnl AC_FUNC_MEMCMP
28 +dnl if test "x$ac_cv_func_memcmp_working" = "xno" ; then
29 +dnl AC_MSG_ERROR([working memcmp is not available.])
30 +dnl fi
31 +
32 +dnl AC_CHECK_FUNCS([memmove memset], [],
33 +dnl AC_MSG_ERROR([memset or memmove is missing.]))
34 +dnl
35 dnl Make substitutions
36
37 AC_SUBST(VERSION)
38 diff -urN libmpcdec-1.2.6/include/Makefile.am libmpcdec-1.2.6-patch/include/Makefile.am
39 --- libmpcdec-1.2.6/include/Makefile.am 2007-01-09 22:22:14.000000000 +0200
40 +++ libmpcdec-1.2.6-patch/include/Makefile.am 2013-12-17 15:49:30.054396946 +0200
41 @@ -10,7 +10,8 @@
42 mpcdec/mpcdec.h \
43 mpcdec/reader.h \
44 mpcdec/requant.h \
45 - mpcdec/streaminfo.h
46 + mpcdec/streaminfo.h \
47 + mpcdec/config_win32.h
48
49 EXTRA_DIST = \
50 mpcdec/internal.h