diff options
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/cmake/GStreamer010Plugin.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
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) | |||
35 | # We don't need to explicitly link against gstreamer itself, because | 35 | # We don't need to explicitly link against gstreamer itself, because |
36 | # LLMediaImplGStreamer probes for the system's copy at runtime. | 36 | # LLMediaImplGStreamer probes for the system's copy at runtime. |
37 | set(GSTREAMER010_LIBRARIES | 37 | set(GSTREAMER010_LIBRARIES |
38 | libgstvideo | 38 | gstaudio-0.10.lib |
39 | libgstaudio | 39 | gstbase-0.10.lib |
40 | libgstbase-0.10 | 40 | gstreamer-0.10.lib |
41 | libgstreamer-0.10 | 41 | gstvideo-0.10.lib |
42 | gobject-2.0 | 42 | gobject-2.0 |
43 | gmodule-2.0 | 43 | gmodule-2.0 |
44 | gthread-2.0 | 44 | gthread-2.0 |