mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
mediainfo: use libgee-0.8
We were using libgee-0.6 which was using gee-1.0 in pkgconfig. https://bugzilla.gnome.org/show_bug.cgi?id=776523
This commit is contained in:
parent
78ee00b3f4
commit
9e001a2148
1 changed files with 4 additions and 3 deletions
|
@ -16,9 +16,10 @@ AC_PROG_INSTALL
|
|||
AC_PROG_INTLTOOL([0.35])
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
pkg_modules="gee-1.0 gtk+-3.0 >= 3.0.0 gstreamer-1.0 >= 1.1.0 gstreamer-plugins-base-1.0 >= 1.1.0 gstreamer-pbutils-1.0 >= 1.1.0 gstreamer-video-1.0 >= 1.1.0"
|
||||
MI_PACKAGES="--pkg gee-1.0 --pkg gtk+-3.0 --pkg gdk-x11-3.0 --pkg gstreamer-1.0 --pkg gstreamer-pbutils-1.0 --pkg gstreamer-video-1.0"
|
||||
PKG_CHECK_MODULES(MI, [$pkg_modules])
|
||||
pkg_modules="gee-0.8 gtk+-3.0 >= 3.0.0 gstreamer-1.0 >= 1.1.0 gstreamer-plugins-base-1.0 >= 1.1.0 gstreamer-pbutils-1.0 >= 1.1.0 gstreamer-video-1.0 >= 1.1.0"
|
||||
MI_PACKAGES="--pkg gee-0.8 --pkg gtk+-3.0 --pkg gdk-x11-3.0 --pkg gstreamer-1.0 --pkg gstreamer-pbutils-1.0 --pkg gstreamer-video-1.0"
|
||||
PKG_CHECK_MODULES([MI], [$pkg_modules])
|
||||
|
||||
AC_SUBST(MI_CFLAGS)
|
||||
AC_SUBST(MI_LIBS)
|
||||
AC_SUBST(MI_PACKAGES)
|
||||
|
|
Loading…
Reference in a new issue