[shotdetect] 04/11: Added 1003-fix-FTBFS-ffmpeg_1.0.x.patch.
Giulio Paci
giuliopaci-guest at alioth.debian.org
Sun Aug 11 23:29:46 UTC 2013
This is an automated email from the git hooks/post-receive script.
giuliopaci-guest pushed a commit to branch master
in repository shotdetect.
commit fcd253f11088c458ac1069afcb18f6aa80e12110
Author: Giulio Paci <giuliopaci at gmail.com>
Date: Sat Aug 10 16:11:40 2013 +0200
Added 1003-fix-FTBFS-ffmpeg_1.0.x.patch.
---
debian/patches/1003-fix-FTBFS-ffmpeg_1.0.x.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/debian/patches/1003-fix-FTBFS-ffmpeg_1.0.x.patch b/debian/patches/1003-fix-FTBFS-ffmpeg_1.0.x.patch
new file mode 100644
index 0000000..764234f
--- /dev/null
+++ b/debian/patches/1003-fix-FTBFS-ffmpeg_1.0.x.patch
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with ffmpeg 1.0.x by replacing deprecated functions
+Author: Peter B. <pb at das-werkstatt.com>
+Forwarded: no
+Last-Update: 2013-08-10
+--- a/src/film.cpp
++++ b/src/film.cpp
+@@ -455,7 +455,7 @@
+ /*
+ * Close the video file
+ */
+- av_close_input_file (pFormatCtx);
++ avformat_close_input (&pFormatCtx);
+
+ return 0;
+ }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-multimedia/shotdetect.git
More information about the pkg-multimedia-commits
mailing list