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.1 KiB

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -940,24 +940,6 @@ pkgconfig/gstreamer-video.pc
  4. pkgconfig/gstreamer-video-uninstalled.pc
  5. pkgconfig/gstreamer-plugins-base.pc
  6. pkgconfig/gstreamer-plugins-base-uninstalled.pc
  7. -tests/Makefile
  8. -tests/check/Makefile
  9. -tests/examples/Makefile
  10. -tests/examples/app/Makefile
  11. -tests/examples/audio/Makefile
  12. -tests/examples/decodebin_next/Makefile
  13. -tests/examples/dynamic/Makefile
  14. -tests/examples/encoding/Makefile
  15. -tests/examples/fft/Makefile
  16. -tests/examples/gio/Makefile
  17. -tests/examples/overlay/Makefile
  18. -tests/examples/seek/Makefile
  19. -tests/examples/snapshot/Makefile
  20. -tests/examples/playback/Makefile
  21. -tests/examples/playrec/Makefile
  22. -tests/files/Makefile
  23. -tests/icles/Makefile
  24. -tests/icles/playback/Makefile
  25. docs/Makefile
  26. docs/design/Makefile
  27. docs/libs/Makefile
  28. --- a/Makefile.am
  29. +++ b/Makefile.am
  30. @@ -11,7 +11,6 @@ SUBDIRS = \
  31. gst-libs \
  32. gst sys $(SUBDIRS_EXT) \
  33. tools \
  34. - tests \
  35. docs \
  36. common \
  37. m4
  38. @@ -22,7 +21,6 @@ DIST_SUBDIRS = \
  39. gst-libs \
  40. gst sys ext \
  41. tools \
  42. - tests \
  43. common \
  44. m4