patch-plugins_musepack_Makefile_am 814 B

12345678910111213141516171819202122232425262728293031323334353637
  1. $OpenBSD: patch-plugins_musepack_Makefile_am,v 1.3 2014/09/23 13:44:03 dcoppa Exp $
  2. --- plugins/musepack/Makefile.am.orig Tue Sep 23 10:03:30 2014
  3. +++ plugins/musepack/Makefile.am Tue Sep 23 10:04:14 2014
  4. @@ -2,30 +2,10 @@ if HAVE_MUSEPACK
  5. pkglib_LTLIBRARIES = musepack.la
  6. -musepack_la_SOURCES = musepack.c\
  7. -huffman.c\
  8. -mpc_bits_reader.c\
  9. -mpc_decoder.c\
  10. -mpc_demux.c\
  11. -mpc_reader.c\
  12. -requant.c\
  13. -streaminfo.c\
  14. -synth_filter.c\
  15. -crc32.c\
  16. -decoder.h\
  17. -huffman.h\
  18. -internal.h\
  19. -mpc_bits_reader.h\
  20. -mpc/mpcdec.h\
  21. -mpcdec_math.h\
  22. -mpc/reader.h\
  23. -requant.h\
  24. -mpc/streaminfo.h\
  25. -mpc/mpc_types.h\
  26. -mpc/minimax.h
  27. +musepack_la_SOURCES = musepack.c
  28. musepack_la_LDFLAGS = -module -avoid-version
  29. -musepack_la_LIBADD = $(LDADD) -lm
  30. +musepack_la_LIBADD = $(LDADD) -lm -lmpcdec
  31. AM_CFLAGS = $(CFLAGS) -fPIC -std=c99