diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-24 14:37:16 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-24 14:37:16 +0000 |
commit | de453a570b9513731cdf232795f86e7c99abd7bb (patch) | |
tree | 504026d634cec6b8a9e45d1135a0c8943c91456c | |
parent | a4176d6cc7d7351afd5e9072acafac22d7e6225c (diff) | |
download | xine-lib-de453a570b9513731cdf232795f86e7c99abd7bb.tar.gz xine-lib-de453a570b9513731cdf232795f86e7c99abd7bb.tar.bz2 |
xine_usec_sleep is used in ao_none, so it should be linked against libxine
CVS patchset: 4922
CVS date: 2003/05/24 14:37:16
-rw-r--r-- | src/audio_out/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 1298b7c5c..1f1df78ea 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -53,6 +53,7 @@ lib_LTLIBRARIES = xineplug_ao_out_none.la $(oss_module) \ # $(sun_module) xineplug_ao_out_none_la_SOURCES = audio_none_out.c +xineplug_ao_out_none_la_LIBADD = $(XINE_LIB) xineplug_ao_out_none_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_ao_out_oss_la_SOURCES = audio_oss_out.c |