diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-06 22:19:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-06 22:19:08 +0800 |
commit | 909a2f86f594726baa2406eba846f2d612c30be1 (patch) | |
tree | 0195a4e55b4ff734ab8e616f2e8fddf992574df7 /multimedia | |
parent | a1c0f97b8db5ddcf998189a5b99ec9ac70bbc210 (diff) | |
download | freebsd-ports-gnome-909a2f86f594726baa2406eba846f2d612c30be1.tar.gz freebsd-ports-gnome-909a2f86f594726baa2406eba846f2d612c30be1.tar.zst freebsd-ports-gnome-909a2f86f594726baa2406eba846f2d612c30be1.zip |
Mark as broken:
ffmpeg.c:81: error: expected ')' before '*' token
ffmpeg.c:117: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mpeg1_file_protocol'
ffmpeg.c:136: error: expected ')' before '*' token
ffmpeg.c:160: error: expected ')' before '*' token
ffmpeg.c:166: error: expected ')' before '*' token
ffmpeg.c:172: error: expected ')' before '*' token
ffmpeg.c:178: error: expected ')' before '*' token
ffmpeg.c:184: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'file_protocol'
ffmpeg.c: In function 'mpeg1_write_trailer':
ffmpeg.c:207: warning: implicit declaration of function 'put_buffer'
ffmpeg.c:208: warning: implicit declaration of function 'put_flush_packet'
ffmpeg.c: In function 'ffmpeg_init':
ffmpeg.c:230: error: 'mpeg1_file_protocol' undeclared (first use in this function)
ffmpeg.c:230: error: (Each undeclared identifier is reported only once
ffmpeg.c:230: error: for each function it appears in.)
ffmpeg.c:230: error: 'file_protocol' undeclared (first use in this function)
ffmpeg.c:241:5: warning: #warning av_register_protocolXXX missing
ffmpeg.c: In function 'ffmpeg_open':
ffmpeg.c:406: warning: 'av_new_stream' is deprecated (declared at /usr/local/include/libavformat/avformat.h:1817)
ffmpeg.c:465: warning: implicit declaration of function 'av_set_parameters'
ffmpeg.c:491: warning: implicit declaration of function 'avcodec_open'
ffmpeg.c:546: warning: implicit declaration of function 'url_fopen'
ffmpeg.c:546: error: 'URL_WRONLY' undeclared (first use in this function)
ffmpeg.c:577: warning: implicit declaration of function 'av_write_header'
ffmpeg.c: In function 'ffmpeg_close':
ffmpeg.c:644: warning: implicit declaration of function 'url_fclose'
ffmpeg.c: In function 'ffmpeg_put_frame':
ffmpeg.c:708: warning: 'avcodec_encode_video' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4261)
ffmpeg.c: In function 'ffmpeg_deinterlace':
ffmpeg.c:809: warning: 'avpicture_deinterlace' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4506)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/motion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 73bd16011523..61a91972e1a3 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%20${PORTVERSION:R}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Motion detection application +BROKEN= Fails to build + LICENSE= GPLv2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg |