ee65af8b19
- Convert to USE_GITHUB. - Convert to USES=cmake. - Add patch to prevent cmake trying to find the dl library, since in FreeBSD the dl functions are in the Standard C library (libc) - see dlopen(3) - Pet portlint with other patches (remake the patches with makepatch) This update also allows multimedia/ffmpegthumbnailer to build against ffmpeg 3.0.x. The ports tree currently still has multimedia/ffmepg at version 2.8.6, however this update is backwards compatible with ffmpeg 2.8.6. The update of multimedia/ffmpeg to 3.0.x branch is waiting for ports which depend on it to successfully build with the newer version of ffmpeg. PR: 208821 Submitted by: Ben Woods <woodsb02@gmail.com> Approved by: clutton@zoho.com (maintainer)
10 lines
230 B
C++
10 lines
230 B
C++
--- libffmpegthumbnailer/jpegwriter.h.orig 2016-02-17 19:57:35 UTC
|
|
+++ libffmpegthumbnailer/jpegwriter.h
|
|
@@ -17,6 +17,7 @@
|
|
#ifndef JPEG_WRITER_H
|
|
#define JPEG_WRITER_H
|
|
|
|
+#include <cstdio>
|
|
#include <string>
|
|
#include <vector>
|
|
|