pkgsrc/graphics/ucview/patches/patch-aa
jmcneill 3b464514bf UCView is a video capture and display program based on the unicap video
imaging library. Features:

 * High performance live video display utilizing XVideo hardware
   acceleration where possible.
 * Support of a broad range of video capture devices via the unicap library.
 * Audio/Video recording and encoding using the free Ogg Vorbis and Theora
   high performance codecs.
 * Extensible via a plugins.
 * Remote controllable via DBus interface.
2008-09-09 11:52:36 +00:00

13 lines
326 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2008/09/09 11:52:36 jmcneill Exp $
--- configure.orig 2008-09-08 23:54:36.000000000 -0400
+++ configure 2008-09-08 23:54:42.000000000 -0400
@@ -21007,7 +21007,7 @@
-if test x$ENABLE_DBUS == "xyes" ; then
+if test x$ENABLE_DBUS = "xyes" ; then
HAVE_DBUS_TRUE=
HAVE_DBUS_FALSE='#'
else