mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
remove compprep
Original commit message from CVS: remove compprep
This commit is contained in:
parent
44d804b216
commit
9beced9b29
4 changed files with 2 additions and 18 deletions
|
@ -1,6 +1,5 @@
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
|
||||||
tests_pass = gst-inspect-check struct_size
|
tests_pass = gst-inspect-check struct_size
|
||||||
tests_fail =
|
tests_fail =
|
||||||
tests_ignore =
|
tests_ignore =
|
||||||
|
@ -13,8 +12,4 @@ gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
|
||||||
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
||||||
chmod +x gst-inspect-check$(EXEEXT)
|
chmod +x gst-inspect-check$(EXEEXT)
|
||||||
|
|
||||||
#gst_compprep_check_SOURCES =
|
EXTRA_DIST = gst-inspect-check.in
|
||||||
#gst-compprep-check$(EXEEXT):
|
|
||||||
# cp $(srcdir)/gst-compprep-check.in gst-compprep-check$(EXEEXT)
|
|
||||||
|
|
||||||
EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
../../tools/gst-compprep --gst-fatal-warnings
|
|
|
@ -1,6 +1,5 @@
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
|
||||||
tests_pass = gst-inspect-check struct_size
|
tests_pass = gst-inspect-check struct_size
|
||||||
tests_fail =
|
tests_fail =
|
||||||
tests_ignore =
|
tests_ignore =
|
||||||
|
@ -13,8 +12,4 @@ gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
|
||||||
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
||||||
chmod +x gst-inspect-check$(EXEEXT)
|
chmod +x gst-inspect-check$(EXEEXT)
|
||||||
|
|
||||||
#gst_compprep_check_SOURCES =
|
EXTRA_DIST = gst-inspect-check.in
|
||||||
#gst-compprep-check$(EXEEXT):
|
|
||||||
# cp $(srcdir)/gst-compprep-check.in gst-compprep-check$(EXEEXT)
|
|
||||||
|
|
||||||
EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
../../tools/gst-compprep --gst-fatal-warnings
|
|
Loading…
Reference in a new issue