1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/emulators/mgba
Jan Beich 87ee6c45b8 emulators/mgba: unbreak with ffmpeg 4.0
src/feature/ffmpeg/ffmpeg-encoder.c:232:29: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
                        encoder->audio->flags |= CODEC_FLAG_GLOBAL_HEADER;
                                                 ^
src/feature/ffmpeg/ffmpeg-encoder.c:294:28: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
                encoder->video->flags |= CODEC_FLAG_GLOBAL_HEADER;
                                         ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream (mgba 0.6.2)
2018-05-02 15:57:25 +00:00
..
distinfo emulators/mgba: unbreak with ffmpeg 4.0 2018-05-02 15:57:25 +00:00
Makefile emulators/mgba: unbreak with ffmpeg 4.0 2018-05-02 15:57:25 +00:00
pkg-descr
pkg-plist