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

  1. diff -u --recursive gst-plugins-bad-1.0.7-vanilla/configure.ac gst-plugins-bad-1.0.7/configure.ac
  2. --- gst-plugins-bad-1.0.7-vanilla/configure.ac 2013-06-01 19:44:32.199308073 -0500
  3. +++ gst-plugins-bad-1.0.7/configure.ac 2013-06-01 19:45:27.754119344 -0500
  4. @@ -2373,7 +2373,6 @@
  5. ext/timidity/Makefile
  6. ext/xvid/Makefile
  7. ext/zbar/Makefile
  8. -po/Makefile.in
  9. docs/Makefile
  10. docs/plugins/Makefile
  11. docs/libs/Makefile
  12. diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.am gst-plugins-bad-1.0.7/Makefile.am
  13. --- gst-plugins-bad-1.0.7-vanilla/Makefile.am 2013-06-01 19:44:32.165309412 -0500
  14. +++ gst-plugins-bad-1.0.7/Makefile.am 2013-06-01 19:45:39.016675625 -0500
  15. @@ -2,11 +2,11 @@
  16. SUBDIRS = \
  17. gst-libs gst sys ext pkgconfig \
  18. - m4 common docs tests po tools
  19. + m4 common docs tests tools
  20. DIST_SUBDIRS = \
  21. gst gst-libs sys ext pkgconfig \
  22. - m4 common docs tests po tools
  23. + m4 common docs tests tools
  24. # include before EXTRA_DIST for win32 assignment
  25. include $(top_srcdir)/common/win32.mak
  26. diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.in gst-plugins-bad-1.0.7/Makefile.in
  27. --- gst-plugins-bad-1.0.7-vanilla/Makefile.in 2013-06-01 19:44:32.217307364 -0500
  28. +++ gst-plugins-bad-1.0.7/Makefile.in 2013-06-01 19:45:44.624454691 -0500
  29. @@ -636,11 +636,11 @@
  30. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
  31. SUBDIRS = \
  32. gst-libs gst sys ext pkgconfig \
  33. - m4 common docs tests po tools
  34. + m4 common docs tests tools
  35. DIST_SUBDIRS = \
  36. gst gst-libs sys ext pkgconfig \
  37. - m4 common docs tests po tools
  38. + m4 common docs tests tools
  39. # the MANIFEST contains all win32 related files that should be disted