diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-12-28 09:56:01 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-12-28 09:56:01 +0000 |
commit | 3b65b4170f87a571e242cb29b8485e3008fc0b21 (patch) | |
tree | 3acf05759906c5bd425e0a7478fccdd5fce027ad | |
parent | 10e1041c8ab06d144b8e0c67d8d2bde4a64bd6c7 (diff) | |
download | xine-lib-3b65b4170f87a571e242cb29b8485e3008fc0b21.tar.gz xine-lib-3b65b4170f87a571e242cb29b8485e3008fc0b21.tar.bz2 |
Link to threading providing libs and -lm. THIS PROBABLY NEEDS REVIEW!
(but makes xine-lib build at least on debian/i386 systems)
CVS patchset: 8472
CVS date: 2006/12/28 09:56:01
-rw-r--r-- | src/libw32dll/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libw32dll/Makefile.am b/src/libw32dll/Makefile.am index 67af8a8d3..289106cce 100644 --- a/src/libw32dll/Makefile.am +++ b/src/libw32dll/Makefile.am @@ -20,6 +20,8 @@ xineplug_decode_w32dll_la_LDFLAGS = -avoid-version -module xineplug_decode_w32dll_la_LIBADD = \ $(top_builddir)/src/libw32dll/wine/libwine.la \ $(XINE_LIB) \ + $(THREAD_LIBS) \ + -lm \ $(top_builddir)/src/libw32dll/DirectShow/libds_filter.la \ $(top_builddir)/src/libw32dll/dmo/libdmo_filter.la \ @KSTAT_LIBS@ @@ -29,6 +31,8 @@ xineplug_decode_qt_la_LDFLAGS = -avoid-version -module xineplug_decode_qt_la_LIBADD = \ $(top_builddir)/src/libw32dll/wine/libwine.la \ $(XINE_LIB) \ + $(THREAD_LIBS) \ + -lm \ @KSTAT_LIBS@ noinst_HEADERS = libwin32.h w32codec.h |