openbsd-ports/multimedia/xine-lib/patches/patch-src_input_Makefile_in
sthen cea15ea335 Security update to 1.1.16.3 from Brad (maintainer) - int overflows in
the 4XM demux (TKADV2009-004, CVE-2009-0385) and the Quicktime demux.
2009-04-04 00:28:56 +00:00

13 lines
632 B
Plaintext

$OpenBSD: patch-src_input_Makefile_in,v 1.15 2009/04/04 00:28:56 sthen Exp $
--- src/input/Makefile.in.orig Thu Apr 2 14:45:53 2009
+++ src/input/Makefile.in Fri Apr 3 14:42:42 2009
@@ -599,7 +599,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