diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-11 02:24:23 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-11 02:24:23 +0000 |
commit | f3cf779c9ca484e338e0e0a1a57aa13dbdec96c2 (patch) | |
tree | f748a9cedda5d4bc8270db72c2e1bfcb49526bec /multimedia | |
parent | Reorder the MASTER_SITES by use mirrors first instead of master one. The (diff) |
Fix the error in runtime like this:
/usr/local/lib/gstreamer-0.10/libgstgio.so: Undefined symbol
"g_seekable_can_seek"
Bump the PORTREVISION.
Approved by: marcus (multimedia hat)
Notes
Notes:
svn path=/head/; revision=212894
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 53b891239a88..b9c973bbf138 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -228,6 +228,7 @@ gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.a \ ${GST_LIB_DIR}/libgstgdkpixbuf.so # gio gst_gio_USE_GNOME+= glib20 +gst_gio_CONFIGURE_ARGS+=--enable-experimental gst_gio_DIST= base # gnomevfs |