From 545d9985335add599df10d28781738ee99857fa7 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 14 Feb 2011 13:04:56 -0700 Subject: Fixed cmake using the old windows gstreamer plugin libs --- linden/indra/cmake/GStreamer010Plugin.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'linden') diff --git a/linden/indra/cmake/GStreamer010Plugin.cmake b/linden/indra/cmake/GStreamer010Plugin.cmake index f3bd9d7..ec9b828 100644 --- a/linden/indra/cmake/GStreamer010Plugin.cmake +++ b/linden/indra/cmake/GStreamer010Plugin.cmake @@ -35,10 +35,10 @@ if (WINDOWS) # We don't need to explicitly link against gstreamer itself, because # LLMediaImplGStreamer probes for the system's copy at runtime. set(GSTREAMER010_LIBRARIES - libgstvideo - libgstaudio - libgstbase-0.10 - libgstreamer-0.10 + gstaudio-0.10.lib + gstbase-0.10.lib + gstreamer-0.10.lib + gstvideo-0.10.lib gobject-2.0 gmodule-2.0 gthread-2.0 -- cgit v1.1