mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
png: Check for libpng >= 1.2 instead of libpng12
This commit is contained in:
parent
a99ee96172
commit
d544c7b937
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ AG_GST_CHECK_FEATURE(LIBDV, [libdv DV demuxer/decoder], dv, [
|
|||
dnl *** libpng ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBPNG, true)
|
||||
AG_GST_CHECK_FEATURE(LIBPNG, [Portable Network Graphics library], png, [
|
||||
AG_GST_PKG_CHECK_MODULES(LIBPNG, libpng12)
|
||||
AG_GST_PKG_CHECK_MODULES(LIBPNG, libpng >= 1.2)
|
||||
])
|
||||
|
||||
dnl *** pulseaudio ***
|
||||
|
|
Loading…
Reference in a new issue