aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt5
-rw-r--r--linden/indra/cmake/GStreamer.cmake34
2 files changed, 22 insertions, 17 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 9feef1f..94943c2 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -4,6 +4,11 @@
4 4
5 modified: linden/indra/cmake/00-Common.cmake 5 modified: linden/indra/cmake/00-Common.cmake
6 6
7
8 * Fixed Windows using wrong GStreamer library names.
9
10 modified: linden/indra/cmake/GStreamer.cmake
11
7 12
82009-09-24 McCabe Maxsted <hakushakukun@gmail.com> 132009-09-24 McCabe Maxsted <hakushakukun@gmail.com>
9 14
diff --git a/linden/indra/cmake/GStreamer.cmake b/linden/indra/cmake/GStreamer.cmake
index 29896d0..8bfad11 100644
--- a/linden/indra/cmake/GStreamer.cmake
+++ b/linden/indra/cmake/GStreamer.cmake
@@ -29,23 +29,23 @@ if (WINDOWS)
29 gmodule-2.0 29 gmodule-2.0
30 gobject-2.0 30 gobject-2.0
31 gthread-2.0 31 gthread-2.0
32 libgstvideo-0.10 32 libgstvideo.lib
33 libgsttag-0.10 33 libgsttag.lib
34 libgstsdp-0.10 34 libgstsdp.lib
35 libgstrtsp-0.10 35 libgstrtsp.lib
36 libgstrtp-0.10 36 libgstrtp.lib
37 libgstriff-0.10 37 libgstriff.lib
38 libgstreamer-0.10 38 libgstreamer-0.10.lib
39 libgstpbutils-0.10 39 libgstpbutils.lib
40 libgstnetbuffer-0.10 40 libgstnetbuffer.lib
41 libgstnet-0.10 41 libgstnet-0.10.lib
42 libgstinterfaces-0.10 42 libgstinterfaces.lib
43 libgstdshow-0.10 43 libgstdshow.lib
44 libgstdataprotocol-0.10 44 libgstdataprotocol-0.10.lib
45 libgstcontroller-0.10 45 libgstcontroller-0.10.lib
46 libgstbase-0.10 46 libgstbase-0.10.lib
47 libgstaudio-0.10 47 libgstaudio.lib
48 libgstapp-0.10 48 libgstapp.lib
49 libxml2 49 libxml2
50 libxml2_a 50 libxml2_a
51 libxml2_a_dll 51 libxml2_a_dll