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 /src/libdts | |
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
Diffstat (limited to 'src/libdts')
-rw-r--r-- | src/libdts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |