mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
74525d0413
Original commit message from CVS: Fix a small typo in gst-launch-ext. Add gst-visualise, together with a manpage.
5 lines
129 B
Makefile
5 lines
129 B
Makefile
bin_SCRIPTS = gst-launch-ext gst-visualise
|
|
|
|
man_MANS = gst-launch-ext.1 gst-visualise.1
|
|
|
|
EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS)
|