diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-03-31 10:40:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-03-31 10:40:29 +0000 |
commit | 8b5d6d26e26467a399bb4ff3803fd6434803b521 (patch) | |
tree | 3522a8067229368fbfa516c1a471ae8903af006b /Mk | |
parent | 01b027aceea55ea85afe8a10f00431a47a87f769 (diff) | |
download | ports-8b5d6d26e26467a399bb4ff3803fd6434803b521.tar.gz ports-8b5d6d26e26467a399bb4ff3803fd6434803b521.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 10e1254ff4bc..d018867fad27 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -59,7 +59,7 @@ _USE_GSTREAMER10_ALL= a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \ libcaca libmms libpng libvisual mm mp3 mpeg2enc mpeg2dec \ musepack nas neon ogg pango pulse python sdl shout2 sidplay \ sndfile spc soundtouch soup speex taglib \ - theora vorbis wavpack x264 xvid + theora v4l2 vorbis wavpack x264 xvid # other plugins OTHER_GSTREAMER_PLUGINS+=bad good ugly core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad @@ -212,6 +212,8 @@ mpeg2enc_DEPENDS= multimedia/gstreamer-plugins-mpeg2enc mplex_DEPENDS= multimedia/gstreamer-plugins-mplex +v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2 + # XXX: This is a quick solution for ports with USE_GSTREAMER=python # but without USE_PYTHON. PYTHON_PKGNAMEPREFIX?= py*- |