Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
9cae88b9
Commit
9cae88b9
authored
Sep 23, 2004
by
gbazin
Browse files
* configure.ac: fixed typo.
parent
76b59c63
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9cae88b9
...
...
@@ -2526,7 +2526,7 @@ AC_CHECK_HEADERS(png.h, [
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])]
AC_DEFINE(HAVE_LIBPNG, [], [Define if you have the PNG library: libpng])]
,
[],[-lz])
])
LDFLAGS="${LDFLAGS_save}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment