diff options
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 6d8cf2af3..acc21705e 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -1,5 +1,5 @@ -# $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.34 2006/06/09 20:24:02 ahze Exp $ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.61 2006/08/14 04:16:37 mezz Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.62 2006/08/25 19:52:37 marcus Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ @@ -275,6 +275,9 @@ gst_pango_DIST= base # sdl gst_sdl_USE_SDL+= sdl +gst_sdl_PLIST_FILES= ${GST_LIB_DIR}/libgstsdlvideosink.a \ + ${GST_LIB_DIR}/libgstsdlvideosink.la \ + ${GST_LIB_DIR}/libgstsdlvideosink.so gst_sdl_GST_PLIST_SUFFIX= videosink gst_sdl_DIST= bad |