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.

35 lines
953 B

  1. diff -u --recursive gstreamer-1.12.4-vanilla/configure.ac gstreamer-1.12.4/configure.ac
  2. --- gstreamer-1.12.4-vanilla/configure.ac 2018-02-10 17:45:28.053157030 -0500
  3. +++ gstreamer-1.12.4/configure.ac 2018-02-10 17:45:47.703222322 -0500
  4. @@ -1086,12 +1086,6 @@
  5. tools/Makefile
  6. common/Makefile
  7. common/m4/Makefile
  8. -docs/Makefile
  9. -docs/gst/Makefile
  10. -docs/gst/gstreamer.types
  11. -docs/libs/Makefile
  12. -docs/plugins/Makefile
  13. -docs/version.entities
  14. m4/Makefile
  15. pkgconfig/Makefile
  16. stamp.h
  17. diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefile.am
  18. --- gstreamer-1.12.4-vanilla/Makefile.am 2018-02-10 17:45:28.053157030 -0500
  19. +++ gstreamer-1.12.4/Makefile.am 2018-02-10 17:45:58.940259656 -0500
  20. @@ -8,7 +8,6 @@
  21. SUBDIRS = pkgconfig \
  22. gst libs plugins \
  23. - docs \
  24. m4 \
  25. common \
  26. data
  27. @@ -20,7 +19,6 @@
  28. # These are all the possible subdirs
  29. DIST_SUBDIRS = pkgconfig \
  30. gst libs plugins tools \
  31. - docs \
  32. m4 \
  33. common \
  34. data