mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
mediainfo: remove 0.10 libs
We check those in configure anyway.
This commit is contained in:
parent
ee72bd1b09
commit
c4b17f12da
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ gst_mi_SOURCES = \
|
|||
mi-info.vala \
|
||||
mi-preview.vala
|
||||
|
||||
gst_mi_LDADD = \
|
||||
$(MI_LIBS) -lgstinterfaces-0.10 -lgstpbutils-0.10
|
||||
gst_mi_LDADD = $(MI_LIBS)
|
||||
|
||||
pixmapsdir = $(pkgdatadir)/ui/icons
|
||||
pixmaps_DATA = gst-mi.png
|
||||
|
|
Loading…
Reference in a new issue