diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-25 18:32:54 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-25 18:32:54 +0000 |
commit | a2bdad28270b35136aaa3241bd6f0b85b6a51339 (patch) | |
tree | 73bae78d9c4bfa70ec6397460e3daffb78b1ffad /src | |
parent | 0a48883b044c3b9b4f1f00a338b1439bfba1ebcc (diff) | |
download | xine-lib-a2bdad28270b35136aaa3241bd6f0b85b6a51339.tar.gz xine-lib-a2bdad28270b35136aaa3241bd6f0b85b6a51339.tar.bz2 |
The alsa audio output plugin uses threads, so link it correctly.
CVS patchset: 8446
CVS date: 2006/12/25 18:32:54
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 445622765..3a5c78147 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -94,7 +94,7 @@ xineplug_ao_out_oss_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c -xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS) $(XINE_LIB) +xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS) $(XINE_LIB) $(THREAD_LIBS) xineplug_ao_out_alsa_la_CFLAGS = $(VISIBILITY_FLAG) $(ALSA_CFLAGS) xineplug_ao_out_alsa_la_LDFLAGS = -avoid-version -module |