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.

48 lines
1.5 KiB

  1. diff -u --recursive gstreamer-1.0.7-vanilla/configure.ac gstreamer-1.0.7/configure.ac
  2. --- gstreamer-1.0.7-vanilla/configure.ac 2013-06-01 18:47:44.506057110 -0500
  3. +++ gstreamer-1.0.7/configure.ac 2013-06-01 19:24:05.035756124 -0500
  4. @@ -769,7 +769,6 @@
  5. libs/gst/net/Makefile
  6. plugins/Makefile
  7. plugins/elements/Makefile
  8. -po/Makefile.in
  9. tests/Makefile
  10. tests/benchmarks/Makefile
  11. tests/check/Makefile
  12. diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile.am
  13. --- gstreamer-1.0.7-vanilla/Makefile.am 2013-06-01 19:23:08.361020919 -0500
  14. +++ gstreamer-1.0.7/Makefile.am 2013-06-01 19:24:15.036357308 -0500
  15. @@ -8,7 +8,6 @@
  16. SUBDIRS = pkgconfig \
  17. gst libs plugins \
  18. - po \
  19. m4 \
  20. common
  21. @@ -19,7 +18,6 @@
  22. # These are all the possible subdirs
  23. DIST_SUBDIRS = pkgconfig \
  24. gst libs plugins tools \
  25. - po \
  26. m4 \
  27. common
  28. diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.in gstreamer-1.0.7/Makefile.in
  29. --- gstreamer-1.0.7-vanilla/Makefile.in 2013-06-01 19:23:08.362020867 -0500
  30. +++ gstreamer-1.0.7/Makefile.in 2013-06-01 19:24:27.907844191 -0500
  31. @@ -508,13 +508,12 @@
  32. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
  33. aclocaldir = $(datadir)/aclocal
  34. aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
  35. -SUBDIRS = pkgconfig gst libs plugins po m4 common \
  36. +SUBDIRS = pkgconfig gst libs plugins m4 common \
  37. $(am__append_1)
  38. # These are all the possible subdirs
  39. DIST_SUBDIRS = pkgconfig \
  40. gst libs plugins tools \
  41. - po \
  42. m4 \
  43. common