git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
araw: filter out non-finite floating point samples
[vlc.git]
/
modules
/
codec
/
Makefile.am
diff --git
a/modules/codec/Makefile.am
b/modules/codec/Makefile.am
index
218bc3c
..
a90ecca
100644
(file)
--- a/
modules/codec/Makefile.am
+++ b/
modules/codec/Makefile.am
@@
-24,6
+24,7
@@
libaes3_plugin_la_SOURCES = codec/aes3.c
codec_LTLIBRARIES += libaes3_plugin.la
libaraw_plugin_la_SOURCES = codec/araw.c
+libaraw_plugin_la_LIBADD = $(LIBM)
codec_LTLIBRARIES += libaraw_plugin.la
libdts_plugin_la_SOURCES = codec/dts.c codec/dts_header.c codec/dts_header.h