mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
removing the editor from the build
Original commit message from CVS: removing the editor from the build
This commit is contained in:
parent
aaeea5c4eb
commit
3638902dd2
2 changed files with 0 additions and 6 deletions
|
@ -6,11 +6,7 @@ VERSION = @VERSION@
|
||||||
# otherwise none
|
# otherwise none
|
||||||
|
|
||||||
if HAVE_LIBGLADE_GNOME
|
if HAVE_LIBGLADE_GNOME
|
||||||
if HAVE_GNOME
|
|
||||||
SUBDIRS_LGG = gstplay editor
|
|
||||||
else
|
|
||||||
SUBDIRS_LGG = gstplay
|
SUBDIRS_LGG = gstplay
|
||||||
endif
|
|
||||||
else
|
else
|
||||||
SUBDIRS_LGG =
|
SUBDIRS_LGG =
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -764,8 +764,6 @@ examples/xml/Makefile
|
||||||
examples/plugins/Makefile
|
examples/plugins/Makefile
|
||||||
examples/typefind/Makefile
|
examples/typefind/Makefile
|
||||||
examples/mixer/Makefile
|
examples/mixer/Makefile
|
||||||
editor/Makefile
|
|
||||||
editor/pixmaps/Makefile
|
|
||||||
tools/Makefile
|
tools/Makefile
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/gst/Makefile
|
docs/gst/Makefile
|
||||||
|
|
Loading…
Reference in a new issue