On Sun, 29 Jun 2008 the mental interface of
Michael Bienia told:

[...]
> The patch contains the changes to configure.in and configure. I
> manually patched configure (instead of running autoreconf) to keep
> the patch small.

Could you please try rhe attached patch instead? BTW, I've moved
/usr/bin/ffmpeg-plugin to /usr/bin/ffmpeg-plugin.orig and moc builds
without libavformat instructions ;)

Elimar

-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
        -- Linus Torvalds
Index: moc-2.5.0~alpha3+svn20080629/debian/rules
===================================================================
--- moc-2.5.0~alpha3+svn20080629.orig/debian/rules	2008-06-29 15:56:10.000000000 +0200
+++ moc-2.5.0~alpha3+svn20080629/debian/rules	2008-06-29 18:53:18.000000000 +0200
@@ -33,7 +33,9 @@
 
 build-arch-stamp: configure-stamp
 	dh_testdir
-	$(MAKE) CFLAGS="$(CFLAGS)"
+	$(MAKE) CFLAGS="$(CFLAGS)" \
+	libavformat_CFLAGS=`pkg-config --cflags libavformat` \
+	libavformat_LIBS=`pkg-config --libs libavformat`
 	touch build-arch-stamp
 
 

Reply via email to