Readd gstreamer-plugins-x264

This commit is contained in:
Michael Johnson 2007-06-19 14:13:22 +00:00
parent 5cbb782334
commit 126c7e8ba2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193879
2 changed files with 18 additions and 0 deletions

View file

@ -70,6 +70,7 @@
SUBDIR += gstreamer-plugins-mpeg2dec
SUBDIR += gstreamer-plugins-theora
SUBDIR += gstreamer-plugins-ugly
SUBDIR += gstreamer-plugins-x264
SUBDIR += gstreamer-plugins-xvid
SUBDIR += gsubedit
SUBDIR += gtksubtitler

View file

@ -0,0 +1,17 @@
# New ports collection makefile for: gstreamer-plugins-x264
# Date created: 6 Sep 2005
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= multimedia
PORTREVISION= 0
COMMENT= Gstreamer x264 plugin
GST_PLUGIN= x264
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"