Commit 64f0cbff authored by Eric Petit's avatar Eric Petit

configure.ac: check for png_set_rows in libpng because early versions

 don't have it
parent 7b930294
......@@ -2324,11 +2324,13 @@ dnl
dnl png
dnl
AC_CHECK_HEADERS(png.h, [
AC_CHECK_LIB(png, png_set_rows, [
VLC_ADD_LDFLAGS([logo],[-lpng -lz])
VLC_ADD_PLUGINS([logo])
VLC_ADD_LDFLAGS([svcdsub],[-lpng -lz])
VLC_ADD_LDFLAGS([cvdsub],[-lpng -lz -lm])
AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])])
])
dnl
dnl Video plugins
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment