diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-03-07 01:20:22 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-03-07 01:20:22 +0000 |
| commit | aa5c43eef888840f3fe20375ebda6aa2f2a369ab (patch) | |
| tree | 111e8c228d53c6422107a8f15d27221858b1c141 /src/input/Makefile.am | |
| parent | 736bc6bcfe4cd297b1b330d0d1ce94a7388b84f1 (diff) | |
| download | xine-lib-aa5c43eef888840f3fe20375ebda6aa2f2a369ab.tar.gz xine-lib-aa5c43eef888840f3fe20375ebda6aa2f2a369ab.tar.bz2 | |
- pvr improvements. it has two paths now, one for temporary files and
another for saved recordings. it may be controled by events
(channel selection, save from current point, etc) - not really tested yet
- fix for my daily build compilation
CVS patchset: 4354
CVS date: 2003/03/07 01:20:22
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 34034bd57..95345bd05 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -29,6 +29,7 @@ endif if HAVE_V4L in_v4l = xineplug_inp_v4l.la +in_pvr = xineplug_inp_pvr.la endif if HAVE_GNOME_VFS @@ -64,7 +65,7 @@ lib_LTLIBRARIES = \ xineplug_inp_rtp.la \ xineplug_inp_rtsp.la \ xineplug_inp_net.la \ - xineplug_inp_pvr.la \ + $(in_pvr) \ xineplug_inp_dvb.la \ xineplug_inp_cdda.la |
