Commit 76b59c63 authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: should fix libpng detection on win32.

parent a51a86ff
...@@ -2526,7 +2526,8 @@ AC_CHECK_HEADERS(png.h, [ ...@@ -2526,7 +2526,8 @@ AC_CHECK_HEADERS(png.h, [
VLC_ADD_PLUGINS([logo]) VLC_ADD_PLUGINS([logo])
VLC_ADD_LDFLAGS([svcdsub],[-lpng -lz]) VLC_ADD_LDFLAGS([svcdsub],[-lpng -lz])
VLC_ADD_LDFLAGS([cvdsub],[-lpng -lz -lm]) VLC_ADD_LDFLAGS([cvdsub],[-lpng -lz -lm])
AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])]) AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])]
[],[-lz])
]) ])
LDFLAGS="${LDFLAGS_save}" LDFLAGS="${LDFLAGS_save}"
......
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