diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-19 19:41:03 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-19 19:41:03 +0000 |
| commit | c0e4d42912cae537b086d64bcecc021f99b0d2c9 (patch) | |
| tree | 2b4428aea8ee481798339d08f1f3fb86a253b2be /src/input/Makefile.am | |
| parent | 2351d7fc961c52854286795f3599f4b81e1599d2 (diff) | |
| download | xine-lib-c0e4d42912cae537b086d64bcecc021f99b0d2c9.tar.gz xine-lib-c0e4d42912cae537b086d64bcecc021f99b0d2c9.tar.bz2 | |
v4l analog tv input plugin
CVS patchset: 3969
CVS date: 2003/01/19 19:41:03
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index f18a23790..0e5870ad1 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -57,7 +57,9 @@ lib_LTLIBRARIES = \ xineplug_inp_rtsp.la \ xineplug_inp_net.la \ xineplug_inp_dvb.la \ - xineplug_inp_cdda.la + xineplug_inp_cdda.la \ + xineplug_inp_v4l.la + #lib_LTLIBRARIES = \ # $(in_cda) \ @@ -123,6 +125,10 @@ xineplug_inp_cdda_la_SOURCES = input_cdda.c xineplug_inp_cdda_la_LIBADD = $(XINE_LIB) xineplug_inp_cdda_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_inp_v4l_la_SOURCES = input_v4l.c +xineplug_inp_v4l_la_LIBADD = $(XINE_LIB) +xineplug_inp_v4l_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + xineplug_inp_gnome_vfs_la_SOURCES = input_gnome_vfs.c xineplug_inp_gnome_vfs_la_LIBADD = $(GNOME_VFS_LIBS) $(XINE_LIB) xineplug_inp_gnome_vfs_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |
