aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libv4l
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-10-12 18:52:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-10-12 18:52:43 +0000
commitcada42330e630dc6410103706c6e740c7fce6055 (patch)
tree300a13bbeee719a1b92e6e86f0fd66098d8b62a9 /multimedia/libv4l
parentc2b7bca631f5e9f87bc442e48c34db728f483f41 (diff)
downloadports-cada42330e630dc6410103706c6e740c7fce6055.tar.gz
ports-cada42330e630dc6410103706c6e740c7fce6055.zip
- Update jpeg-turbo to 1.5.1
- Add LICENSE - Use the framework for tests
Notes
Notes: svn path=/head/; revision=423879
Diffstat (limited to 'multimedia/libv4l')
-rw-r--r--multimedia/libv4l/files/patch-lib_libv4lconvert_jpeg__memsrcdest.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/libv4l/files/patch-lib_libv4lconvert_jpeg__memsrcdest.h b/multimedia/libv4l/files/patch-lib_libv4lconvert_jpeg__memsrcdest.h
new file mode 100644
index 000000000000..cdd61113d73e
--- /dev/null
+++ b/multimedia/libv4l/files/patch-lib_libv4lconvert_jpeg__memsrcdest.h
@@ -0,0 +1,16 @@
+--- lib/libv4lconvert/jpeg_memsrcdest.h.orig 2012-05-10 18:10:34 UTC
++++ lib/libv4lconvert/jpeg_memsrcdest.h
+@@ -1,5 +1,7 @@
+ #include <jpeglib.h>
+
++#if JPEG_LIB_VERSION < 80
++
+ void
+ jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
+ unsigned long bufsize);
+@@ -7,3 +9,5 @@ jpeg_mem_src (j_decompress_ptr cinfo, un
+ void
+ jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer,
+ unsigned long * outsize);
++
++#endif