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.

46 lines
1.4 KiB

  1. diff -u --recursive gstreamer-1.6.2-vanilla/configure.ac gstreamer-1.6.2/configure.ac
  2. --- gstreamer-1.6.2-vanilla/configure.ac 2016-01-01 12:01:10.863324404 -0500
  3. +++ gstreamer-1.6.2/configure.ac 2016-01-01 12:05:07.794937166 -0500
  4. @@ -980,21 +980,6 @@
  5. libs/gst/net/Makefile
  6. plugins/Makefile
  7. plugins/elements/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/manual/Makefile
  18. -tests/examples/memory/Makefile
  19. -tests/examples/netclock/Makefile
  20. -tests/examples/ptp/Makefile
  21. -tests/examples/streamiddemux/Makefile
  22. -tests/examples/streams/Makefile
  23. tools/Makefile
  24. common/Makefile
  25. common/m4/Makefile
  26. diff -u --recursive gstreamer-1.6.2-vanilla/Makefile.am gstreamer-1.6.2/Makefile.am
  27. --- gstreamer-1.6.2-vanilla/Makefile.am 2016-01-01 12:01:10.862324377 -0500
  28. +++ gstreamer-1.6.2/Makefile.am 2016-01-01 12:05:03.190808129 -0500
  29. @@ -7,7 +7,7 @@
  30. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  31. SUBDIRS = pkgconfig \
  32. - gst libs plugins tests \
  33. + gst libs plugins \
  34. docs \
  35. m4 \
  36. common \
  37. @@ -19,7 +19,7 @@
  38. # These are all the possible subdirs
  39. DIST_SUBDIRS = pkgconfig \
  40. - gst libs plugins tools tests \
  41. + gst libs plugins tools \
  42. docs \
  43. m4 \
  44. common \