pkgsrc/x11/xvidcap/patches/patch-ac
xtraeme ee881e7236 Initial import of xvidcap-1.1.3 from pkgsrc-wip, packaged by Jeremy
C. Reed.

xvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures
movement on a selected area of an X11 screen to files. Frame output
formats include: XWD, PPM, PNG, MNG, JPEG and MPEG.
2004-05-29 00:16:41 +00:00

18 lines
433 B
Text

$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)