- use some CONFIGURE_ENV instead of patching - rearrange/update CONFIGURE_ARGS - many patches no longer relevant - add CD audio support input, tetsing and prodding from brad@
13 lines
633 B
Plaintext
13 lines
633 B
Plaintext
$OpenBSD: patch-src_input_Makefile_in,v 1.4 2007/06/13 10:58:29 jakemsr Exp $
|
|
--- src/input/Makefile.in.orig Tue Apr 17 15:17:43 2007
|
|
+++ src/input/Makefile.in Sun May 20 22:40:02 2007
|
|
@@ -667,7 +667,7 @@ EXTRA_DIST = input_dvd.c input_vcd.c input_gnome_vfs.c
|
|
# ---------
|
|
# All of xine input plugins should be named like the scheme "xineplug_inp_"
|
|
#
|
|
-@HAVE_CDROM_IOCTLS_TRUE@in_vcd = xineplug_inp_vcdo.la
|
|
+@ENABLE_VCD_TRUE@@HAVE_CDROM_IOCTLS_TRUE@in_vcd = xineplug_inp_vcdo.la
|
|
@HAVE_V4L_TRUE@in_v4l = xineplug_inp_v4l.la
|
|
@HAVE_V4L_TRUE@in_pvr = xineplug_inp_pvr.la
|
|
@HAVE_GNOME_VFS_TRUE@in_gnome_vfs = xineplug_inp_gnome_vfs.la
|