summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/files/patch-cmake_admMainChecks.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/avidemux: update to 2.7.4 and readd Qt gui portTobias C. Berner2020-02-231-4/+4
| | | | | | | | | | | | | - multimedia/avidemux-qt5 repo copied from multimedia/avidemux-qt4 - The port as a whole is in need of a little modernization PR: 242634 Submitted by: Lars Herschke <lhersch@dssgmbh.de>,tcberner Tested by: rkoberman@gmail.com Reported by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=526907
* multimedia/avidemux: Disable -Werror=attributes and unbreak build with GCC 9Tobias Kortkamp2019-06-171-0/+11
In file included from .../.build/ffmpeg/source/libavutil/common.h:437, from .../.build/ffmpeg/source/libavutil/avutil.h:296, from .../.build/ffmpeg/source/libavutil/samplefmt.h:24, from .../.build/ffmpeg/source/libavcodec/avcodec.h:31, from .../avidemux_2.6.11/avidemux_core/ADM_core/src/ADM_memcpy.cpp:41: .../.build/ffmpeg/source/libavutil/mem.h:185:79: error: 'alloc_size' attribute ignored on a function returning 'int' [-Werror=attributes] 185 | av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size); | ^ cc1plus: some warnings being treated as errors http://package22.nyi.freebsd.org/data/112amd64-default-PR238330/2019-06-09_20h29m30s/logs/errors/avidemux-2.6.11_14.log PR: 238330 Notes: svn path=/head/; revision=504409