summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2005-09-13 13:50:37 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2005-09-13 13:50:37 +0000
commit15c718c40a47792b3a453782355d2402c39e3869 (patch)
treeb74685707f5662ea413fe563c5596bb7c03e1a37
parentaeeab599629508db5cb8d8dbc929ca5bde08d57e (diff)
downloadgstreamer-15c718c40a47792b3a453782355d2402c39e3869.tar.gz
win32/config.h: update some defines for cleaner and better compilation
Original commit message from CVS: 2005-09-13 Steve Lhomme <steve.lhomme@free.fr> * win32/config.h: update some defines for cleaner and better compilation
-rw-r--r--ChangeLog4
-rw-r--r--win32/config.h5
-rw-r--r--win32/msvc71.sln9
-rw-r--r--win32/vs7/msvc71.sln9
4 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dbd5e90ae..06cdd1f5c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-13 Steve Lhomme <steve.lhomme@free.fr>
+ * win32/config.h:
+ update some defines for cleaner and better compilation
+
2005-09-13 Julien MOUTTE <julien@moutte.net>
* gst/gstregistry.c: (gst_registry_add_plugin): duplicate plugin
diff --git a/win32/config.h b/win32/config.h
index af19019f41..c5fabb36ae 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -32,7 +32,7 @@
#define GST_VERSION "0.8.11"
/* Define the release version */
-#define GST_VERSION_RELEASE "20040129_103536"
+#define GST_VERSION_RELEASE "0.20050912.123839"
/* Define if atomic.h header file is available */
#undef HAVE_ATOMIC_H
@@ -190,7 +190,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.8.11.0"
+#define VERSION "0.8.11.1"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
@@ -201,4 +201,5 @@
#define LIBDIR PLUGINS_DIR
#define HAVE_FFMPEG_UNINSTALLED
+#define HAVE_LAME_UNINSTALLED
#define HAVE_AV_CONFIG_H
diff --git a/win32/msvc71.sln b/win32/msvc71.sln
index 09276c15a6..818bee9fc6 100644
--- a/win32/msvc71.sln
+++ b/win32/msvc71.sln
@@ -49,6 +49,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gstcontrol", "gstcontrol.vc
{FC47A187-6B10-4B19-93B5-ED7BCC75D466} = {FC47A187-6B10-4B19-93B5-ED7BCC75D466}
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threads", "testsuite\threads.vcproj", "{5B645596-556B-4BAB-8612-3AC4F17BC630}"
+ ProjectSection(ProjectDependencies) = postProject
+ {FC47A187-6B10-4B19-93B5-ED7BCC75D466} = {FC47A187-6B10-4B19-93B5-ED7BCC75D466}
+ EndProjectSection
+EndProject
Global
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
@@ -98,6 +103,10 @@ Global
{0CCB8AFC-97D8-4251-9B9D-08E8DC41BB7D}.Debug.Build.0 = Debug|Win32
{0CCB8AFC-97D8-4251-9B9D-08E8DC41BB7D}.Release.ActiveCfg = Release|Win32
{0CCB8AFC-97D8-4251-9B9D-08E8DC41BB7D}.Release.Build.0 = Release|Win32
+ {5B645596-556B-4BAB-8612-3AC4F17BC630}.Debug.ActiveCfg = Debug|Win32
+ {5B645596-556B-4BAB-8612-3AC4F17BC630}.Debug.Build.0 = Debug|Win32
+ {5B645596-556B-4BAB-8612-3AC4F17BC630}.Release.ActiveCfg = Release|Win32
+ {5B645596-556B-4BAB-8612-3AC4F17BC630}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
diff --git a/win32/vs7/msvc71.sln b/win32/vs7/msvc71.sln
index 09276c15a6..818bee9fc6 100644
--- a/win32/vs7/msvc71.sln
+++ b/win32/vs7/msvc71.sln
@@ -49,6 +49,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gstcontrol", "gstcontrol.vc
{FC47A187-6B10-4B19-93B5-ED7BCC75D466} = {FC47A187-6B10-4B19-93B5-ED7BCC75D466}
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threads", "testsuite\threads.vcproj", "{5B645596-556B-4BAB-8612-3AC4F17BC630}"
+ ProjectSection(ProjectDependencies) = postProject
+ {FC47A187-6B10-4B19-93B5-ED7BCC75D466} = {FC47A187-6B10-4B19-93B5-ED7BCC75D466}
+ EndProjectSection
+EndProject
Global
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
@@ -98,6 +103,10 @@ Global
{0CCB8AFC-97D8-4251-9B9D-08E8DC41BB7D}.Debug.Build.0 = Debug|Win32
{0CCB8AFC-97D8-4251-9B9D-08E8DC41BB7D}.Release.ActiveCfg = Release|Win32
{0CCB8AFC-97D8-4251-9B9D-08E8DC41BB7D}.Release.Build.0 = Release|Win32
+ {5B645596-556B-4BAB-8612-3AC4F17BC630}.Debug.ActiveCfg = Debug|Win32
+ {5B645596-556B-4BAB-8612-3AC4F17BC630}.Debug.Build.0 = Debug|Win32
+ {5B645596-556B-4BAB-8612-3AC4F17BC630}.Release.ActiveCfg = Release|Win32
+ {5B645596-556B-4BAB-8612-3AC4F17BC630}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection