mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
configure.ac: Fix glib check
Original commit message from CVS: * configure.ac: Fix glib check
This commit is contained in:
parent
e575d0024c
commit
9d007a42e2
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-10-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Fix glib check
|
||||||
|
|
||||||
2005-10-13 Stefan Kost <ensonic@users.sf.net>
|
2005-10-13 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* examples/stats/mp2ogg.c:
|
* examples/stats/mp2ogg.c:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit e3944a4eec91af24489896ba3674a16af37326ea
|
Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14
|
|
@ -257,7 +257,7 @@ AC_C99_FUNC_LRINTF()
|
||||||
dnl Check for essential libraries first:
|
dnl Check for essential libraries first:
|
||||||
dnl ====================================
|
dnl ====================================
|
||||||
|
|
||||||
GST_GLIB2_CHECK()
|
GST_GLIB_CHECK([2.6.0])
|
||||||
|
|
||||||
dnl Check for additional libraries that we might use:
|
dnl Check for additional libraries that we might use:
|
||||||
dnl =================================================
|
dnl =================================================
|
||||||
|
|
Loading…
Reference in a new issue