summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-02 07:26:53 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-02 07:26:53 +0800
commit8094195d4a2bfb35f585071e0c82efe664533636 (patch)
tree15367141348c6607bcbfa4f8151c06432199e639
parentcce4d33f60e420f924f7f90110d281830633ecfa (diff)
downloadmarcuscom-ports-8094195d4a2bfb35f585071e0c82efe664533636.tar
marcuscom-ports-8094195d4a2bfb35f585071e0c82efe664533636.tar.gz
marcuscom-ports-8094195d4a2bfb35f585071e0c82efe664533636.tar.bz2
marcuscom-ports-8094195d4a2bfb35f585071e0c82efe664533636.tar.lz
marcuscom-ports-8094195d4a2bfb35f585071e0c82efe664533636.tar.xz
marcuscom-ports-8094195d4a2bfb35f585071e0c82efe664533636.tar.zst
marcuscom-ports-8094195d4a2bfb35f585071e0c82efe664533636.zip
- Add an example for USE_GSTREAMER80
- Change the USE_GSTREAMER example so it actually uses plugins that exist in gstreamer 0.10 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5604 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--Mk/bsd.gstreamer.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index ff60f841a..6e795159d 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -7,7 +7,7 @@
# Date: 4 Oct 2004
#
# $FreeBSD$
-# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.20 2006/01/22 20:05:25 ahze Exp $
+# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.21 2006/01/23 23:25:22 marcus Exp $
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
@@ -18,7 +18,10 @@ Gstreamer_Pre_Include= bsd.gstreamer.mk
# Ports can use the following:
#
-# USE_GSTREAMER= dvd lame flac
+# For Gstreamer 0.10:
+# USE_GSTREAMER= lame faac ffmpeg
+# For Gstreamer 0.8:
+# USE_GSTREAMER80= dvd lame flac
#
# If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
# you must follow one of the examples listed below