summaryrefslogtreecommitdiff
path: root/x11/xvidcap/patches/patch-ac
blob: bed795427cd8b4a40b37bbbfffbcf9af71a768e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ac,v 1.1.1.1 2004/05/29 00:16:41 xtraeme Exp $

--- ffmpeg/Makefile.orig	2004-02-06 23:42:45.000000000 -0800
+++ ffmpeg/Makefile
@@ -136,10 +136,10 @@ installlib:
 dep:	depend
 
 depend: .depend
-	make -C libavcodec depend
-	make -C libavformat depend
+	$(MAKE) -C libavcodec depend
+	$(MAKE) -C libavformat depend
 ifeq ($(BUILD_VHOOK),yes)
-	make -C vhook depend
+	$(MAKE) -C vhook depend
 endif
 
 .depend: $(SRCS)