Add libzvbi
Patches and build-mess based on VLC contrib: https://github.com/videolan/vlc/tree/master/contrib/src/zvbi
This commit is contained in:
parent
7d28936b71
commit
69c3786546
6 changed files with 316 additions and 0 deletions
11
patches/zvbi/0002-fix-static-linking.patch
Normal file
11
patches/zvbi/0002-fix-static-linking.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- zvbi/configure.in 2013-08-28 13:52:48.000000000 +0000
|
||||
+++ zvbi.patched/configure.in 2016-11-02 21:25:34.292580446 +0000
|
||||
@@ -244,7 +244,7 @@
|
||||
dnl
|
||||
HAVE_PNG="yes"
|
||||
AC_CHECK_LIB(png, png_destroy_write_struct,
|
||||
- LIBS="$LIBS -lpng -lz", HAVE_PNG="no", -lz -lm)
|
||||
+ LIBS="-lpng -lz $LIBS", HAVE_PNG="no", -lz -lm)
|
||||
if test "x$HAVE_PNG" = xyes; then
|
||||
AC_DEFINE(HAVE_LIBPNG, 1, [Define if you have libpng])
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue