mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48: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
|
||||
|
||||
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
||||
tests_pass = gst-inspect-check struct_size
|
||||
tests_fail =
|
||||
tests_ignore =
|
||||
|
@ -13,8 +12,4 @@ gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
|
|||
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
||||
chmod +x gst-inspect-check$(EXEEXT)
|
||||
|
||||
#gst_compprep_check_SOURCES =
|
||||
#gst-compprep-check$(EXEEXT):
|
||||
# cp $(srcdir)/gst-compprep-check.in gst-compprep-check$(EXEEXT)
|
||||
|
||||
EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in
|
||||
EXTRA_DIST = gst-inspect-check.in
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
../../tools/gst-compprep --gst-fatal-warnings
|
|
@ -1,6 +1,5 @@
|
|||
include ../Rules
|
||||
|
||||
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
||||
tests_pass = gst-inspect-check struct_size
|
||||
tests_fail =
|
||||
tests_ignore =
|
||||
|
@ -13,8 +12,4 @@ gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
|
|||
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
||||
chmod +x gst-inspect-check$(EXEEXT)
|
||||
|
||||
#gst_compprep_check_SOURCES =
|
||||
#gst-compprep-check$(EXEEXT):
|
||||
# cp $(srcdir)/gst-compprep-check.in gst-compprep-check$(EXEEXT)
|
||||
|
||||
EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in
|
||||
EXTRA_DIST = gst-inspect-check.in
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
../../tools/gst-compprep --gst-fatal-warnings
|
Loading…
Reference in a new issue