1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/graphics/php5-ffmpeg/files
Jan Beich e5742228cf graphics/php5-ffmpeg: unbreak runtime with ffmpeg 3.x
$ echo CFLAGS+=-Werror=implicit-function-declaration >>Makefile.local
$ make
[...]
ffmpeg_movie.c:1228:13:error: implicit declaration of function 'avcodec_alloc_frame' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    frame = avcodec_alloc_frame();
            ^
PR:		214191
Pointy hat to:	jbeich
Approved by:	portmgr blanket
2016-12-12 08:52:33 +00:00
..
patch-ffmpeg_frame.c graphics/php5-ffmpeg: unbreak runtime with ffmpeg 3.x 2016-12-12 08:52:33 +00:00
patch-ffmpeg_movie.c graphics/php5-ffmpeg: unbreak runtime with ffmpeg 3.x 2016-12-12 08:52:33 +00:00
patch-ffmpeg_tools.c