diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-11 05:30:20 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-11 05:30:20 -0800 |
commit | 8b041cf52c62250df59c47bd5dc86364da19e6a1 (patch) | |
tree | c13de2017853b5278f7e676b961c7c3220783e95 /gst-mixer | |
parent | c4694f10a62bd1e85a0639c542c508a774aeba2b (diff) | |
parent | 0a704bf5cfc017bdbc0565615b28bbae9d4884d4 (diff) | |
download | mate-media-8b041cf52c62250df59c47bd5dc86364da19e6a1.tar.bz2 mate-media-8b041cf52c62250df59c47bd5dc86364da19e6a1.tar.xz |
Merge pull request #15 from dmashal/master
fix compilation errors for gstreamer support the right way.
Diffstat (limited to 'gst-mixer')
-rw-r--r-- | gst-mixer/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-mixer/src/Makefile.am b/gst-mixer/src/Makefile.am index e702eb7..86042a3 100644 --- a/gst-mixer/src/Makefile.am +++ b/gst-mixer/src/Makefile.am @@ -37,7 +37,8 @@ noinst_HEADERS = \ mate_volume_control_LDFLAGS = \ $(GVC_ST_LIBS) \ - $(GSTMIXER_LIBS) + $(GSTMIXER_LIBS) \ + -lm -include $(top_srcdir)/git.mk |