diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-06-11 15:24:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-06-11 15:24:17 +0800 |
commit | c89b7f7957c3ed9d69e60d5c53178790ca16d6fd (patch) | |
tree | f9a50392f00fe1db3bc70c3c4ce8b0ec23575217 | |
parent | cb04522f575755994014bef16a724cecc0a3930a (diff) | |
download | freebsd-ports-gnome-c89b7f7957c3ed9d69e60d5c53178790ca16d6fd.tar.gz freebsd-ports-gnome-c89b7f7957c3ed9d69e60d5c53178790ca16d6fd.tar.zst freebsd-ports-gnome-c89b7f7957c3ed9d69e60d5c53178790ca16d6fd.zip |
- add vp8 to the list of gstreamer plugins
Submitted by: Jakub Lach
-rw-r--r-- | www/opera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 2ac5a942a1e4..a6440dee941f 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -59,7 +59,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client .endif .if !defined(WITHOUT_VIDEO) -USE_GSTREAMER+= vorbis ogg theora good +USE_GSTREAMER+= vorbis ogg theora vp8 good .endif .if defined(WITH_GTK) |