Description: Upstream changes introduced in version 2.1.3-2
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 libdc1394-22 (2.1.3-2) unstable; urgency=low
 .
   * Do not build the dc1394_vloopback example program anymore, as it depends on
     the Video4Linux1 API, which is no longer available with newer kernels.
     Closes: #622037
 .
 The person named in the Author field signed this changelog entry.
Author: Guus Sliepen <guus@debian.org>
Bug-Debian: http://bugs.debian.org/622037

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- libdc1394-22-2.1.3.orig/examples/Makefile.am
+++ libdc1394-22-2.1.3/examples/Makefile.am
@@ -1,5 +1,5 @@
 MAINTAINERCLEANFILES = Makefile.in
-dist_man_MANS = dc1394_reset_bus.1 dc1394_vloopback.1
+dist_man_MANS = dc1394_reset_bus.1
 AM_CPPFLAGS = -I$(top_srcdir)
 
 A = grab_gray_image grab_partial_image grab_color_image \
@@ -8,7 +8,6 @@ A = grab_gray_image grab_partial_image g
 B = dc1394_reset_bus
 
 if HAVE_LINUX
-B += dc1394_vloopback
 if HAVE_XV
 A += dc1394_multiview
 endif
@@ -37,9 +36,6 @@ grab_partial_image_SOURCES = grab_partia
 
 grab_partial_pvn_SOURCES = grab_partial_pvn.c
 
-dc1394_vloopback_SOURCES = dc1394_vloopback.c affine.c affine.h
-dc1394_vloopback_LDADD = $(LDADD) -lm
-
 dc1394_reset_bus_SOURCES = dc1394_reset_bus.c
 
 basler_sff_info_SOURCES = basler_sff_info.c
