summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 13:35:26 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 13:35:26 +0100
commitca90ea6e558a61f4f7316217dbb6345037fbf72d (patch)
tree9a585a64f1eefc3baa435de56818fba86ec33885 /win32
parentde635d089f10816668957ac08b19ae78761d7ab2 (diff)
Remove GST_USE_UNSTABLE_API guard and defines
Diffstat (limited to 'win32')
-rw-r--r--win32/vs10/Common.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/vs10/Common.props b/win32/vs10/Common.props
index f63d4fd67..b80b9648e 100644
--- a/win32/vs10/Common.props
+++ b/win32/vs10/Common.props
@@ -51,7 +51,7 @@ echo ### INSTALL GLIB-DEV AND/OR MAKE SURE IT IS IN YOUR PATH!
<ItemDefinitionGroup>
<ClCompile />
<ClCompile>
- <PreprocessorDefinitions>PREFIX="$(PREFIX)";DISABLE_ORC;WIN32;_WINDOWS;HAVE_CONFIG_H;HAVE_WIN32;GST_USE_UNSTABLE_API;GST_DISABLE_XML;HAVE_SINH;HAVE_COSH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>PREFIX="$(PREFIX)";DISABLE_ORC;WIN32;_WINDOWS;HAVE_CONFIG_H;HAVE_WIN32;GST_DISABLE_XML;HAVE_SINH;HAVE_COSH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4996;4244;4018;4146;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<AdditionalIncludeDirectories>$(GstProjectRoot);$(GstProjectRoot)libs;$(GstProjectRoot)win32\common\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
@@ -97,4 +97,4 @@ echo ### INSTALL GLIB-DEV AND/OR MAKE SURE IT IS IN YOUR PATH!
<Value>$(PREFIX)</Value>
</BuildMacro>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>