mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
ges-launch: Add GStreamer major/minor version to the executable filename
https://bugzilla.gnome.org/show_bug.cgi?id=639222
This commit is contained in:
parent
753c16055e
commit
4d44572452
2 changed files with 5 additions and 2 deletions
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
|
@ -1 +1 @@
|
|||
ges-launch
|
||||
ges-launch-0.10
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
bin_PROGRAMS = ges-launch
|
||||
bin_PROGRAMS = ges-launch-@GST_MAJORMINOR@
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS)
|
||||
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la $(GST_PBUTILS_LIBS) $(GST_LIBS)
|
||||
|
||||
ges_launch_@GST_MAJORMINOR@_SOURCES = ges-launch.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue