001-no-translations.patch 623 B

1234567891011121314151617181920212223242526
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -3717,7 +3717,6 @@ ext/x265/Makefile
  4. ext/xvid/Makefile
  5. ext/zbar/Makefile
  6. ext/dtls/Makefile
  7. -po/Makefile.in
  8. docs/Makefile
  9. docs/plugins/Makefile
  10. docs/libs/Makefile
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
  14. SUBDIRS = \
  15. gst-libs gst sys ext pkgconfig \
  16. - m4 common docs tests po tools
  17. + m4 common docs tests tools
  18. DIST_SUBDIRS = \
  19. gst gst-libs sys ext pkgconfig \
  20. - m4 common docs tests po tools
  21. + m4 common docs tests tools
  22. # include before EXTRA_DIST for win32 assignment
  23. include $(top_srcdir)/common/win32.mak