Index: head/audio/cmus/files/patch-ip_ffmpeg.c =================================================================== --- head/audio/cmus/files/patch-ip_ffmpeg.c (nonexistent) +++ head/audio/cmus/files/patch-ip_ffmpeg.c (revision 468205) @@ -0,0 +1,15 @@ +https://github.com/cmus/cmus/commit/b595b8cd7fee + +--- ip/ffmpeg.c.orig 2016-11-20 12:29:46 UTC ++++ ip/ffmpeg.c +@@ -252,8 +252,8 @@ static int ffmpeg_open(struct input_plugin_data *ip_da + break; + } + +- if (codec->capabilities & CODEC_CAP_TRUNCATED) +- cc->flags |= CODEC_FLAG_TRUNCATED; ++ if (codec->capabilities & AV_CODEC_CAP_TRUNCATED) ++ cc->flags |= AV_CODEC_FLAG_TRUNCATED; + + #if (LIBAVCODEC_VERSION_INT < ((53<<16)+(8<<8)+0)) + if (avcodec_open(cc, codec) < 0) { Property changes on: head/audio/cmus/files/patch-ip_ffmpeg.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property