File: fix-build-libpng16.patch

package info (click to toggle)
linuxtv-dvb-apps 1.1.1%2Brev1500-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,980 kB
  • sloc: ansic: 49,043; makefile: 810; perl: 236; sh: 110; xml: 13
file content (12 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Tobias Frost <tobi@debian.org>
Description: fix build with libpng16

--- linuxtv-dvb-apps-1.1.1+rev1500.orig/util/alevt/exp-gfx.c
+++ linuxtv-dvb-apps-1.1.1+rev1500/util/alevt/exp-gfx.c
@@ -1,5 +1,6 @@
 /* Copyright 1999 by Paul Ortyl <ortylp@from.pl> */
 
+#include <zlib.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>