Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Strogin
flac
Commits
1b1d05bb
Commit
1b1d05bb
authored
Apr 28, 2013
by
Erik de Castro Lopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 1.3.0pre4.
parent
f2e10fa8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+1
-1
src/libFLAC/libFLAC_dynamic.vcproj
src/libFLAC/libFLAC_dynamic.vcproj
+2
-2
src/libFLAC/libFLAC_static.vcproj
src/libFLAC/libFLAC_static.vcproj
+2
-2
No files found.
configure.ac
View file @
1b1d05bb
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_PREREQ(2.60)
AC_PREREQ(2.60)
AC_INIT([flac], [1.3.0pre
3
], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/])
AC_INIT([flac], [1.3.0pre
4
], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/flac/main.c])
AC_CONFIG_SRCDIR([src/flac/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])
...
...
src/libFLAC/libFLAC_dynamic.vcproj
View file @
1b1d05bb
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"0"
Optimization=
"0"
AdditionalIncludeDirectories=
".\include;..\..\include"
AdditionalIncludeDirectories=
".\include;..\..\include"
PreprocessorDefinitions=
"WIN32;_DEBUG;_WINDOWS;_USRDLL;FLAC_API_EXPORTS;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\"1.3.0pre
3
\";DEBUG;FLAC__OVERFLOW_DETECT"
PreprocessorDefinitions=
"WIN32;_DEBUG;_WINDOWS;_USRDLL;FLAC_API_EXPORTS;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\"1.3.0pre
4
\";DEBUG;FLAC__OVERFLOW_DETECT"
MinimalRebuild=
"true"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
RuntimeLibrary=
"1"
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
OmitFramePointers=
"true"
OmitFramePointers=
"true"
WholeProgramOptimization=
"true"
WholeProgramOptimization=
"true"
AdditionalIncludeDirectories=
".\include;..\..\include"
AdditionalIncludeDirectories=
".\include;..\..\include"
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;FLAC_API_EXPORTS;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\"1.3.0pre
3
\";FLaC__INLINE=_inline"
PreprocessorDefinitions=
"WIN32;NDEBUG;_WINDOWS;_USRDLL;FLAC_API_EXPORTS;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\"1.3.0pre
4
\";FLaC__INLINE=_inline"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
BufferSecurityCheck=
"false"
BufferSecurityCheck=
"false"
UsePrecompiledHeader=
"0"
UsePrecompiledHeader=
"0"
...
...
src/libFLAC/libFLAC_static.vcproj
View file @
1b1d05bb
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"0"
Optimization=
"0"
AdditionalIncludeDirectories=
".\include;..\..\include"
AdditionalIncludeDirectories=
".\include;..\..\include"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\"1.3.0pre
3
\";FLAC__NO_DLL;DEBUG;FLAC__OVERFLOW_DETECT"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\"1.3.0pre
4
\";FLAC__NO_DLL;DEBUG;FLAC__OVERFLOW_DETECT"
MinimalRebuild=
"true"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"1"
RuntimeLibrary=
"1"
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
OmitFramePointers=
"true"
OmitFramePointers=
"true"
WholeProgramOptimization=
"true"
WholeProgramOptimization=
"true"
AdditionalIncludeDirectories=
".\include;..\..\include"
AdditionalIncludeDirectories=
".\include;..\..\include"
PreprocessorDefinitions=
"WIN32;NDEBUG;_LIB;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\"1.3.0pre
3
\";FLAC__NO_DLL;FLaC__INLINE=_inline"
PreprocessorDefinitions=
"WIN32;NDEBUG;_LIB;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;VERSION=\"1.3.0pre
4
\";FLAC__NO_DLL;FLaC__INLINE=_inline"
RuntimeLibrary=
"0"
RuntimeLibrary=
"0"
BufferSecurityCheck=
"false"
BufferSecurityCheck=
"false"
UsePrecompiledHeader=
"0"
UsePrecompiledHeader=
"0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment