You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.7 KiB

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -3739,37 +3739,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/3dvideo/Makefile
  25. -tests/examples/gl/gtk/filternovideooverlay/Makefile
  26. -tests/examples/gl/gtk/filtervideooverlay/Makefile
  27. -tests/examples/gl/gtk/fxtest/Makefile
  28. -tests/examples/gl/gtk/switchvideooverlay/Makefile
  29. -tests/examples/gl/qt/Makefile
  30. -tests/examples/gl/sdl/Makefile
  31. -tests/examples/gtk/Makefile
  32. -tests/examples/mpegts/Makefile
  33. -tests/examples/mxf/Makefile
  34. -tests/examples/opencv/Makefile
  35. -tests/examples/uvch264/Makefile
  36. -tests/examples/waylandsink/Makefile
  37. -tests/icles/Makefile
  38. ext/voamrwbenc/Makefile
  39. ext/voaacenc/Makefile
  40. ext/assrender/Makefile
  41. --- a/Makefile.am
  42. +++ b/Makefile.am
  43. @@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
  44. SUBDIRS = \
  45. gst-libs gst sys ext pkgconfig \
  46. - m4 common docs tests tools
  47. + m4 common docs tools
  48. DIST_SUBDIRS = \
  49. gst gst-libs sys ext pkgconfig \
  50. - m4 common docs tests tools
  51. + m4 common docs tools
  52. # include before EXTRA_DIST for win32 assignment
  53. include $(top_srcdir)/common/win32.mak