diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-19 20:06:57 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-19 20:06:57 +0000 |
commit | 975306252561e7113c3df797fb3a1e93349d4814 (patch) | |
tree | c04de5fff41470fc87c6e7de94e324f3d7126b1c /src/input/Makefile.am | |
parent | 0dcf0cd885c0d2c52406708bd720f0f1e8116004 (diff) | |
download | xine-lib-975306252561e7113c3df797fb3a1e93349d4814.tar.gz xine-lib-975306252561e7113c3df797fb3a1e93349d4814.tar.bz2 |
added preview feature to stdin input plugin
CVS patchset: 1594
CVS date: 2002/03/19 20:06:57
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r-- | src/input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 0a47ab942..b09bc480e 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -39,7 +39,7 @@ xineplug_inp_mms_la_LDFLAGS = -avoid-version -module xineplug_inp_vcd_la_SOURCES = input_vcd.c xineplug_inp_vcd_la_LDFLAGS = -avoid-version -module -xineplug_inp_stdin_fifo_la_SOURCES = input_stdin_fifo.c +xineplug_inp_stdin_fifo_la_SOURCES = input_stdin_fifo.c strict_scr.c xineplug_inp_stdin_fifo_la_LDFLAGS = -avoid-version -module xineplug_inp_rtp_la_SOURCES = input_rtp.c |