Commit 916af6f5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix HAVE_LIBPNG in configure.ac

parent 728a0322
...@@ -3770,7 +3770,7 @@ AC_CHECK_HEADERS(png.h, [ ...@@ -3770,7 +3770,7 @@ AC_CHECK_HEADERS(png.h, [
VLC_ADD_LIBS([png],[-lpng -lz]) VLC_ADD_LIBS([png],[-lpng -lz])
VLC_ADD_PLUGINS([png]) VLC_ADD_PLUGINS([png])
VLC_ADD_PLUGINS([osdmenu osd_parser]) VLC_ADD_PLUGINS([osdmenu osd_parser])
AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])], AC_DEFINE(HAVE_LIBPNG, 1, [Define if you have the PNG library: libpng])],
[],[-lz]) [],[-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