002-no-tests.patch 576 B

1234567891011121314151617181920212223
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -478,9 +478,6 @@ ext/x264/Makefile
  4. docs/Makefile
  5. docs/plugins/Makefile
  6. docs/version.entities
  7. -tests/Makefile
  8. -tests/check/Makefile
  9. -tests/files/Makefile
  10. m4/Makefile
  11. pkgconfig/Makefile
  12. pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
  13. --- a/Makefile.am
  14. +++ b/Makefile.am
  15. @@ -1,7 +1,7 @@
  16. DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
  17. SUBDIRS = \
  18. - gst-libs gst ext docs m4 tests common pkgconfig
  19. + gst-libs gst ext docs m4 common pkgconfig
  20. # include before EXTRA_DIST for win32 assignment
  21. include $(top_srcdir)/common/win32.mak