diff options
| author | Peter Liljenberg <petli@users.sourceforge.net> | 2003-03-05 17:16:17 +0000 |
|---|---|---|
| committer | Peter Liljenberg <petli@users.sourceforge.net> | 2003-03-05 17:16:17 +0000 |
| commit | 31e0c25d1d246d0d26492f1455c427375d8ee8a2 (patch) | |
| tree | 0604d71378936b013d8e62a19926f62fb84c0951 /src/input/Makefile.am | |
| parent | 6da071aa591e7c3d4899a2bf8e34ca4e77405776 (diff) | |
| download | xine-lib-31e0c25d1d246d0d26492f1455c427375d8ee8a2.tar.gz xine-lib-31e0c25d1d246d0d26492f1455c427375d8ee8a2.tar.bz2 | |
Updated rtp input plugin and enhanced it
CVS patchset: 4340
CVS date: 2003/03/05 17:16:17
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index c64c944e2..34034bd57 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -61,6 +61,7 @@ lib_LTLIBRARIES = \ xineplug_inp_mms.la \ xineplug_inp_stdin_fifo.la \ xineplug_inp_pnm.la \ + xineplug_inp_rtp.la \ xineplug_inp_rtsp.la \ xineplug_inp_net.la \ xineplug_inp_pvr.la \ @@ -104,9 +105,9 @@ xineplug_inp_stdin_fifo_la_SOURCES = input_stdin_fifo.c net_buf_ctrl.c xineplug_inp_stdin_fifo_la_LIBADD = $(XINE_LIB) xineplug_inp_stdin_fifo_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -#xineplug_inp_rtp_la_SOURCES = input_rtp.c -#xineplug_inp_rtp_la_LIBADD = $(XINE_LIB) -#xineplug_inp_rtp_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_inp_rtp_la_SOURCES = input_rtp.c +xineplug_inp_rtp_la_LIBADD = $(XINE_LIB) +xineplug_inp_rtp_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_inp_http_la_SOURCES = input_http.c net_buf_ctrl.c xineplug_inp_http_la_LIBADD = $(XINE_LIB) |
