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.

24 lines
978 B

  1. diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/configure.ac gst-plugins-ugly-1.6.2/configure.ac
  2. --- gst-plugins-ugly-1.6.2-vanilla/configure.ac 2016-01-01 12:01:01.547065731 -0500
  3. +++ gst-plugins-ugly-1.6.2/configure.ac 2016-01-01 12:04:18.111545715 -0500
  4. @@ -467,8 +467,6 @@
  5. docs/Makefile
  6. docs/plugins/Makefile
  7. docs/version.entities
  8. -tests/Makefile
  9. -tests/check/Makefile
  10. m4/Makefile
  11. pkgconfig/Makefile
  12. pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
  13. diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/Makefile.am gst-plugins-ugly-1.6.2/Makefile.am
  14. --- gst-plugins-ugly-1.6.2-vanilla/Makefile.am 2016-01-01 12:01:01.547065731 -0500
  15. +++ gst-plugins-ugly-1.6.2/Makefile.am 2016-01-01 12:04:12.087377153 -0500
  16. @@ -1,7 +1,7 @@
  17. DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
  18. SUBDIRS = \
  19. - gst-libs gst ext docs m4 tests common pkgconfig
  20. + gst-libs gst ext docs m4 common pkgconfig
  21. # include before EXTRA_DIST for win32 assignment
  22. include $(top_srcdir)/common/win32.mak