Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89432 | Differences between
and this patch

Collapse All | Expand All

(-)HandBrake/contrib/libmp4v2/mpeg4ip_config-linux.h (-1 / +1 lines)
Lines 167-173 Link Here
167
#define PACKAGE_VERSION ""
167
#define PACKAGE_VERSION ""
168
168
169
/* The size of a `long', as computed by sizeof. */
169
/* The size of a `long', as computed by sizeof. */
170
#define SIZEOF_LONG 4
170
#define SIZEOF_LONG 8
171
171
172
/* Define to 1 if you have the ANSI C header files. */
172
/* Define to 1 if you have the ANSI C header files. */
173
#define STDC_HEADERS 1
173
#define STDC_HEADERS 1
(-)HandBrake/contrib/libsamplerate/config.h (+9 lines)
Lines 1-8 Link Here
1
#define PACKAGE "libsamplerate"
1
#define PACKAGE "libsamplerate"
2
#define VERSION "0.1.1"
2
#define VERSION "0.1.1"
3
#define SIZEOF_INT 4
3
#define SIZEOF_INT 4
4
5
#ifdef HB_AMD64
6
#define SIZEOF_LONG 8
7
#else
4
#define SIZEOF_LONG 4
8
#define SIZEOF_LONG 4
9
#endif
5
10
11
#ifdef HB_AMD64
12
#define CPU_CLIPS_NEGATIVE 1
13
#define CPU_CLIPS_POSITIVE 0
14
#endif
6
#ifdef HB_X86
15
#ifdef HB_X86
7
#define CPU_CLIPS_NEGATIVE 1
16
#define CPU_CLIPS_NEGATIVE 1
8
#define CPU_CLIPS_POSITIVE 0
17
#define CPU_CLIPS_POSITIVE 0

Return to bug 89432