r933 - /experimental/ffmpeg/debian/rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Dec 9 20:05:28 UTC 2007


Author: siretart
Date: Sun Dec  9 20:05:28 2007
New Revision: 933

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=933
Log:
dc1394 is now treated as lib. call configure with --enable-libdc1394 instead of --enable-dc1394

Modified:
    experimental/ffmpeg/debian/rules

Modified: experimental/ffmpeg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/rules?rev=933&op=diff
==============================================================================
--- experimental/ffmpeg/debian/rules (original)
+++ experimental/ffmpeg/debian/rules Sun Dec  9 20:05:28 2007
@@ -11,7 +11,7 @@
 DEB_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: //p')
 
 ifneq (,$(findstring linux,$(DEB_HOST_GNU_TYPE)))
-  confflags += --enable-dc1394
+  confflags += --enable-libdc1394
   lib1394-dev = libraw1394-dev, libdc1394-13-dev
   FIREWIRELIBS="-lraw1394 -ldc1394_control"
 else




More information about the pkg-multimedia-commits mailing list