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.

45 lines
1.3 KiB

  1. diff -u --recursive gstreamer-1.12.4-vanilla/configure.ac gstreamer-1.12.4/configure.ac
  2. --- gstreamer-1.12.4-vanilla/configure.ac 2018-02-10 17:43:59.957864211 -0500
  3. +++ gstreamer-1.12.4/configure.ac 2018-02-10 17:44:19.772930084 -0500
  4. @@ -1083,20 +1083,6 @@
  5. plugins/Makefile
  6. plugins/elements/Makefile
  7. plugins/tracers/Makefile
  8. -tests/Makefile
  9. -tests/benchmarks/Makefile
  10. -tests/check/Makefile
  11. -tests/misc/Makefile
  12. -tests/examples/Makefile
  13. -tests/examples/adapter/Makefile
  14. -tests/examples/controller/Makefile
  15. -tests/examples/stepping/Makefile
  16. -tests/examples/helloworld/Makefile
  17. -tests/examples/memory/Makefile
  18. -tests/examples/netclock/Makefile
  19. -tests/examples/ptp/Makefile
  20. -tests/examples/streamiddemux/Makefile
  21. -tests/examples/streams/Makefile
  22. tools/Makefile
  23. common/Makefile
  24. common/m4/Makefile
  25. diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefile.am
  26. --- gstreamer-1.12.4-vanilla/Makefile.am 2018-02-10 17:43:59.959864217 -0500
  27. +++ gstreamer-1.12.4/Makefile.am 2018-02-10 17:44:30.298965075 -0500
  28. @@ -7,7 +7,7 @@
  29. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  30. SUBDIRS = pkgconfig \
  31. - gst libs plugins tests \
  32. + gst libs plugins \
  33. docs \
  34. m4 \
  35. common \
  36. @@ -19,7 +19,7 @@
  37. # These are all the possible subdirs
  38. DIST_SUBDIRS = pkgconfig \
  39. - gst libs plugins tools tests \
  40. + gst libs plugins tools \
  41. docs \
  42. m4 \
  43. common \