mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
change libgst-interfaces to libgstinterfaces
Original commit message from CVS: change libgst-interfaces to libgstinterfaces
This commit is contained in:
parent
49c54866d3
commit
f826f0f254
1 changed files with 4 additions and 4 deletions
|
@ -23,11 +23,11 @@ DIST_SUBDIRS = audio colorbalance floatcast \
|
||||||
xoverlay xwindowlistener
|
xoverlay xwindowlistener
|
||||||
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libgst-interfaces-@GST_MAJORMINOR@.la
|
lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
libgst_interfaces_@GST_MAJORMINOR@_la_SOURCES =
|
libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES =
|
||||||
|
|
||||||
libgst_interfaces_@GST_MAJORMINOR@_la_LIBADD = \
|
libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
colorbalance/libgstcolorbalance.la \
|
colorbalance/libgstcolorbalance.la \
|
||||||
mixer/libgstmixer.la \
|
mixer/libgstmixer.la \
|
||||||
navigation/libgstnavigation.la \
|
navigation/libgstnavigation.la \
|
||||||
|
@ -36,5 +36,5 @@ libgst_interfaces_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
xoverlay/libgstxoverlay.la \
|
xoverlay/libgstxoverlay.la \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
|
|
||||||
libgst_interfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|
libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue