[vdr-plugin-markad] 05/07: Fixed compilation with ffmpeg3

Tobias Grimm tiber-guest at moszumanska.debian.org
Sat Jul 9 18:42:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-markad.

commit 17209ab49379d53a8dd913a1a0563895fe9341ab
Author: Tobias Grimm <git at e-tobi.net>
Date:   Sat Jul 9 20:39:59 2016 +0200

    Fixed compilation with ffmpeg3
---
 debian/patches/ffmpeg3.patch | 11 +++++++++++
 debian/patches/series        |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/ffmpeg3.patch b/debian/patches/ffmpeg3.patch
new file mode 100644
index 0000000..49519c0
--- /dev/null
+++ b/debian/patches/ffmpeg3.patch
@@ -0,0 +1,11 @@
+--- a/command/decoder.cpp
++++ b/command/decoder.cpp
+@@ -282,7 +282,7 @@
+                 }
+ #endif
+ 
+-                video_frame = avcodec_alloc_frame();
++                video_frame = av_frame_alloc();
+                 if (!video_frame)
+                 {
+                     esyslog("could not allocate frame");
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..144549d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+ffmpeg3.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-markad.git



More information about the pkg-vdr-dvb-changes mailing list