#5701: addition to patch transcode-1.1.7-ffmpeg2-1.patch
-------------------------+------------------------------------------
Reporter: NevemTeve | Owner: blfs-book@…
Type: enhancement | Status: new
Priority: lowest | Milestone: 7.7
Component: BOOK | Version: SVN
Severity: trivial | Keywords: transcode-1.1.7 ffmpeg patch
-------------------------+------------------------------------------
This patch 'transcode-1.1.7-ffmpeg2-1.patch' helped me a lot when
compiling transcode-1.1.7 against ffmpeg-2.4.2, but it still missed an
incompatibility in file 'import/probe_ffmpeg.c'
{{{
@@ -120,7 +120,7 @@
.
translate_info(lavf_dmx_context, ipipe->probe_info);
.
- av_close_input_file(lavf_dmx_context);
+ avformat_close_input(lavf_dmx_context);
return;
}
}}}
I'd suggest you add this to the patch.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/5701>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page