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
This commit is contained in:
Steve Lhomme 2005-09-13 13:50:37 +00:00
parent aeeab59962
commit 15c718c40a
4 changed files with 25 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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