You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre...

17 lines
537 B

https://bugs.gentoo.org/show_bug.cgi?id=443248
Index: audiorecorder-0.1.0-pre14/audiorecorder.c
===================================================================
--- audiorecorder-0.1.0-pre14.orig/audiorecorder.c
+++ audiorecorder-0.1.0-pre14/audiorecorder.c
@@ -176,7 +176,9 @@ bool cPluginAudiorecorder::Initialize(vo
bool cPluginAudiorecorder::Start(void)
{
/* initialize libavcodec */
+#if LIBAVCODEC_VERSION_MAJOR < 54
avcodec_init();
+#endif
avcodec_register_all();
probe_audio_codecs();