summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-ffmpeg
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-05 11:44:22 +0000
committerwiz <wiz>2008-11-05 11:44:22 +0000
commit9cd3c9e484196c135e3cc0c77dd06d4496b8372a (patch)
treeddc0c9fe9575886f5c04889858d10133fe6bf290 /multimedia/gst-plugins0.10-ffmpeg
parent03dfc6be607d3845bc028bb675fb302c8f1eaf95 (diff)
downloadpkgsrc-9cd3c9e484196c135e3cc0c77dd06d4496b8372a.tar.gz
Improve comment why this doesn't depend on ffmpeg:
# the upstream developers only want to support building against # the included ffmpeg version, since the ffmpeg API/ABI is unstable # and there are no releases
Diffstat (limited to 'multimedia/gst-plugins0.10-ffmpeg')
-rw-r--r--multimedia/gst-plugins0.10-ffmpeg/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-ffmpeg/Makefile b/multimedia/gst-plugins0.10-ffmpeg/Makefile
index dc44b7b7cdf..671a1fd2dbf 100644
--- a/multimedia/gst-plugins0.10-ffmpeg/Makefile
+++ b/multimedia/gst-plugins0.10-ffmpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/09/08 15:14:21 ahoka Exp $
+# $NetBSD: Makefile,v 1.8 2008/11/05 11:44:22 wiz Exp $
#
DISTNAME= gst-ffmpeg-0.10.3
@@ -21,7 +21,9 @@ PKGSRC_MAKE_ENV+= PERL=${PERL5}
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
-#the bundled one is newer
+# the upstream developers only want to support building against
+# the included ffmpeg version, since the ffmpeg API/ABI is unstable
+# and there are no releases
#.include "../../multimedia/ffmpeg/buildlink3.mk"
.include "../../devel/liboil/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"