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.

59 lines
2.1 KiB

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