From 16fdca71ffa1ee5c2ba8a64d161e3ed99378abee Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Tue, 21 Jan 2003 14:41:09 +0000 Subject: Add some autoconf tests, so that the video-for-linux input plugin is not compiled on solaris. CVS patchset: 3983 CVS date: 2003/01/21 14:41:09 --- src/input/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 0e5870ad1..b669f0d07 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -25,6 +25,10 @@ in_vcd = xineplug_inp_vcd.la #in_cda = xineplug_inp_cda.la endif +if HAVE_V4L +in_v4l = xineplug_inp_v4l.la +endif + if HAVE_GNOME_VFS in_gnome_vfs = xineplug_inp_gnome_vfs.la endif @@ -50,6 +54,7 @@ lib_LTLIBRARIES = \ xineplug_inp_http.la \ $(in_dvd) \ $(in_vcd) \ + $(in_v4l) \ $(in_gnome_vfs) \ xineplug_inp_mms.la \ xineplug_inp_stdin_fifo.la \ @@ -57,8 +62,7 @@ lib_LTLIBRARIES = \ xineplug_inp_rtsp.la \ xineplug_inp_net.la \ xineplug_inp_dvb.la \ - xineplug_inp_cdda.la \ - xineplug_inp_v4l.la + xineplug_inp_cdda.la #lib_LTLIBRARIES = \ -- cgit v1.2.3