qt: add device preferences for mmdevice
[vlc.git] / contrib / src / openjpeg / freebsd.patch
blob4d952f4b9edafd3b8d5b1f79579ed8b6ec5d6bce
1 *** openjpeg/libopenjpeg/opj_malloc.h.orig 2012-01-27 16:25:43.875875000 -0500
2 --- openjpeg/libopenjpeg/opj_malloc.h 2012-01-27 16:25:43.875875000 -0500
3 ***************
4 *** 83,88 ****
5 --- 83,90 ----
6 #else /* Not _WIN32 */
7 #if defined(__sun)
8 #define HAVE_MEMALIGN
9 + #elif defined(__FreeBSD__)
10 + #define HAVE_POSIX_MEMALIGN
11 /* Linux x86_64 and OSX always align allocations to 16 bytes */
12 #elif !defined(__amd64__) && !defined(__APPLE__)
13 #define HAVE_MEMALIGN