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
1011 B

  1. diff -u --recursive gst-plugins-bad-1.12.4-vanilla/configure.ac gst-plugins-bad-1.12.4/configure.ac
  2. --- gst-plugins-bad-1.12.4-vanilla/configure.ac 2018-02-11 19:43:06.962320214 -0500
  3. +++ gst-plugins-bad-1.12.4/configure.ac 2018-02-11 19:43:48.643416395 -0500
  4. @@ -3717,7 +3717,6 @@
  5. ext/dtls/Makefile
  6. ext/webrtcdsp/Makefile
  7. ext/ttml/Makefile
  8. -po/Makefile.in
  9. docs/Makefile
  10. docs/plugins/Makefile
  11. docs/libs/Makefile
  12. diff -u --recursive gst-plugins-bad-1.12.4-vanilla/Makefile.am gst-plugins-bad-1.12.4/Makefile.am
  13. --- gst-plugins-bad-1.12.4-vanilla/Makefile.am 2018-02-11 19:43:06.987320271 -0500
  14. +++ gst-plugins-bad-1.12.4/Makefile.am 2018-02-11 19:43:55.023431118 -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