openbsd-ports/multimedia/xine-lib/patches/patch-src_input_Makefile_in
jakemsr e8d61b3065 update to xine-lib-1.1.7
- 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@
2007-06-13 10:58:28 +00:00

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