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.

28 lines
998 B

  1. diff -u --recursive gst-plugins-bad-1.6.2-vanilla/configure.ac gst-plugins-bad-1.6.2/configure.ac
  2. --- gst-plugins-bad-1.6.2-vanilla/configure.ac 2016-01-01 10:40:17.883755147 -0500
  3. +++ gst-plugins-bad-1.6.2/configure.ac 2016-01-01 10:41:14.832426692 -0500
  4. @@ -3455,7 +3455,6 @@
  5. ext/xvid/Makefile
  6. ext/zbar/Makefile
  7. ext/dtls/Makefile
  8. -po/Makefile.in
  9. docs/Makefile
  10. docs/plugins/Makefile
  11. docs/libs/Makefile
  12. diff -u --recursive gst-plugins-bad-1.6.2-vanilla/Makefile.am gst-plugins-bad-1.6.2/Makefile.am
  13. --- gst-plugins-bad-1.6.2-vanilla/Makefile.am 2016-01-01 10:40:17.883755147 -0500
  14. +++ gst-plugins-bad-1.6.2/Makefile.am 2016-01-01 10:41:47.607858580 -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