002-no-tests.patch 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -3617,38 +3617,6 @@ sys/wasapi/Makefile
  4. sys/wininet/Makefile
  5. sys/winks/Makefile
  6. sys/winscreencap/Makefile
  7. -tests/Makefile
  8. -tests/check/Makefile
  9. -tests/files/Makefile
  10. -tests/examples/Makefile
  11. -tests/examples/avsamplesink/Makefile
  12. -tests/examples/camerabin2/Makefile
  13. -tests/examples/codecparsers/Makefile
  14. -tests/examples/directfb/Makefile
  15. -tests/examples/gl/Makefile
  16. -tests/examples/gl/cocoa/Makefile
  17. -tests/examples/gl/clutter/Makefile
  18. -tests/examples/gl/generic/Makefile
  19. -tests/examples/gl/generic/cube/Makefile
  20. -tests/examples/gl/generic/cubeyuv/Makefile
  21. -tests/examples/gl/generic/doublecube/Makefile
  22. -tests/examples/gl/generic/recordgraphic/Makefile
  23. -tests/examples/gl/gtk/Makefile
  24. -tests/examples/gl/gtk/gtkvideooverlay/Makefile
  25. -tests/examples/gl/gtk/3dvideo/Makefile
  26. -tests/examples/gl/gtk/filternovideooverlay/Makefile
  27. -tests/examples/gl/gtk/filtervideooverlay/Makefile
  28. -tests/examples/gl/gtk/fxtest/Makefile
  29. -tests/examples/gl/gtk/switchvideooverlay/Makefile
  30. -tests/examples/gl/qt/Makefile
  31. -tests/examples/gl/sdl/Makefile
  32. -tests/examples/gtk/Makefile
  33. -tests/examples/mpegts/Makefile
  34. -tests/examples/mxf/Makefile
  35. -tests/examples/opencv/Makefile
  36. -tests/examples/uvch264/Makefile
  37. -tests/examples/waylandsink/Makefile
  38. -tests/icles/Makefile
  39. ext/voamrwbenc/Makefile
  40. ext/voaacenc/Makefile
  41. ext/assrender/Makefile
  42. --- a/Makefile.am
  43. +++ b/Makefile.am
  44. @@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
  45. SUBDIRS = \
  46. gst-libs gst sys ext pkgconfig \
  47. - m4 common docs tests tools
  48. + m4 common docs tools
  49. DIST_SUBDIRS = \
  50. gst gst-libs sys ext pkgconfig \
  51. - m4 common docs tests tools
  52. + m4 common docs tools
  53. # include before EXTRA_DIST for win32 assignment
  54. include $(top_srcdir)/common/win32.mak