diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-12-31 18:31:39 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-12-31 18:31:39 +0000 |
commit | 0ecb9732a0a50ea49bcfb8346438dbcf835544ff (patch) | |
tree | bfc45202b476cd3e3c4c6273b9bbb7708e14f501 | |
parent | 865fc89e38c94d9f98cfbb21104eb4d2402f74b6 (diff) | |
download | xine-lib-0ecb9732a0a50ea49bcfb8346438dbcf835544ff.tar.gz xine-lib-0ecb9732a0a50ea49bcfb8346438dbcf835544ff.tar.bz2 |
Compilation under CygWin.
CVS patchset: 5966
CVS date: 2003/12/31 18:31:39
-rw-r--r-- | src/audio_out/Makefile.am | 1 | ||||
-rw-r--r-- | src/libdts/Makefile.am | 1 | ||||
-rw-r--r-- | src/liblpcm/Makefile.am | 1 | ||||
-rw-r--r-- | src/video_out/Makefile.am | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index b4e25e0e6..84173fad2 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -57,6 +57,7 @@ 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 +xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c diff --git a/src/libdts/Makefile.am b/src/libdts/Makefile.am index 4bc11d73a..fee1b06bf 100644 --- a/src/libdts/Makefile.am +++ b/src/libdts/Makefile.am @@ -5,6 +5,7 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_dts.la xineplug_decode_dts_la_SOURCES = decoder.c print_info.c xine_decoder.c +xineplug_decode_dts_la_LIBADD = $(XINE_LIB) xineplug_decode_dts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ noinst_HEADERS = decoder.h decoder_internal.h dts_debug.h huffman_tables.h \ diff --git a/src/liblpcm/Makefile.am b/src/liblpcm/Makefile.am index 9f3fad21e..56972b4a3 100644 --- a/src/liblpcm/Makefile.am +++ b/src/liblpcm/Makefile.am @@ -5,4 +5,5 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_lpcm.la xineplug_decode_lpcm_la_SOURCES = xine_decoder.c +xineplug_decode_lpcm_la_LIBADD = $(XINE_LIB) xineplug_decode_lpcm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 31834af4b..2e26d832f 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -119,6 +119,7 @@ xineplug_vo_out_pgx64_la_LIBADD = $(X_LIBS) xineplug_vo_out_pgx64_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_vo_out_none_la_SOURCES = video_out_none.c +xineplug_vo_out_none_la_LIBADD = $(XINE_LIB) xineplug_vo_out_none_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_vo_out_stk_la_SOURCES = alphablend.c video_out_stk.c |