File: libav10.patch

package info (click to toggle)
amide 1.0.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,904 kB
  • sloc: ansic: 51,916; cpp: 2,332; xml: 1,995; makefile: 674; sh: 129
file content (17 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix compilation against libav 10
Bug-Debian: https://bugs.debian.org/739211
Author: Reinhard Tartler <siretart@tauware.de>
Last-Update: Tue, 25 Feb 2014 13:37:02 +0000
--- amide.orig/amide-current/src/mpeg_encode.c
+++ amide/amide-current/src/mpeg_encode.c
@@ -143,6 +143,10 @@
 
 #include <libavcodec/avcodec.h>
 
+#if LIBAVCODEC_VERSION_MAJOR >= 55
+#include <libavutil/frame.h>
+#endif
+
 
 
 typedef struct {