2
1

gst-plugins-base-0.10.35-disable-testchannels-example.patch 1.0 KB

1234567891011121314151617181920212223242526
  1. [PATCH] disable testchannels example
  2. The testchannels example doesn't build because it forgets to link with
  3. libgstinterfaces. Unfortunately testchannels gets built even though
  4. --disable-examples is used, so instead disable it in Makefile.in
  5. (package doesn't autoreconf cleanly, so don't edit Makefile.am)
  6. Problem is fixed upstream in 0.11 branch (940291dd38be66fa).
  7. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  8. ---
  9. gst-libs/gst/audio/Makefile.in | 1 -
  10. 1 file changed, 1 deletion(-)
  11. Index: gst-plugins-base-0.10.35/gst-libs/gst/audio/Makefile.in
  12. ===================================================================
  13. --- gst-plugins-base-0.10.35.orig/gst-libs/gst/audio/Makefile.in
  14. +++ gst-plugins-base-0.10.35/gst-libs/gst/audio/Makefile.in
  15. @@ -45,7 +45,6 @@
  16. POST_UNINSTALL = :
  17. build_triplet = @build@
  18. host_triplet = @host@
  19. -noinst_PROGRAMS = testchannels$(EXEEXT)
  20. DIST_COMMON = $(libgstaudio_@GST_MAJORMINOR@include_HEADERS) \
  21. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  22. $(top_srcdir)/common/gst-glib-gen.mak TODO