chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d0b4f0a
)
tracklength plugin needs -lm
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 14 Mar 2009 10:56:02 +0000
(10:56 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 14 Mar 2009 10:56:02 +0000
(10:56 +0000)
Fixes http://code.google.com/p/disorder/issues/detail?id=33
plugins/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/plugins/Makefile.am
b/plugins/Makefile.am
index ae3f8eb7aff711f425ab7778c14c1054582eaafa..7852152a2a81f30d09fafac385ea89dcda784828 100644
(file)
--- a/
plugins/Makefile.am
+++ b/
plugins/Makefile.am
@@
-25,7
+25,7
@@
notify_la_LDFLAGS=-module
disorder_tracklength_la_SOURCES=tracklength.c mad.c madshim.h ../lib/wav.h ../lib/wav.c
disorder_tracklength_la_LDFLAGS=-module
-disorder_tracklength_la_LIBADD=$(LIBVORBISFILE) $(LIBMAD) $(LIBFLAC)
+disorder_tracklength_la_LIBADD=$(LIBVORBISFILE) $(LIBMAD) $(LIBFLAC)
-lm
fs_la_SOURCES=fs.c
fs_la_LDFLAGS=-module