Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
6b2efd00
Commit
6b2efd00
authored
Sep 09, 2002
by
Josh Coalson
Browse files
bump version number to 1.0.4_beta
parent
4fbf2bb8
Changes
13
Hide whitespace changes
Inline
Side-by-side
README
View file @
6b2efd00
...
...
@@ -39,7 +39,7 @@ License (GFDL).
===============================================================================
FLAC - 1.0.
3
- Contents
FLAC - 1.0.
4_beta
- Contents
===============================================================================
- Introduction
...
...
build/config.mk
View file @
6b2efd00
...
...
@@ -19,7 +19,7 @@
# GNU makefile fragment for emulating stuff normally done by configure
#
VERSION
=
\"
1.0.
3
\"
VERSION
=
\"
1.0.
4_beta
\"
ORDINALS_H
=
../../include/FLAC/ordinals.h
...
...
configure.in
View file @
6b2efd00
...
...
@@ -19,7 +19,7 @@
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, 1.0.
3
)
AM_INIT_AUTOMAKE(flac, 1.0.
4_beta
)
# Function to configure paths for id3lib; search for 'meat' to get to the end.
# adapted from ogg.m4
...
...
flac.pbproj/project.pbxproj
View file @
6b2efd00
...
...
@@ -844,7 +844,7 @@
buildSettings
=
{
HEADER_SEARCH_PATHS
=
include
;
OPTIMIZATION_CFLAGS
=
"-O3"
;
OTHER_CFLAGS
=
"-DFLAC__VERSION_STRING=\\\\\\\"1.0.
3
\\\\\\\""
;
OTHER_CFLAGS
=
"-DFLAC__VERSION_STRING=\\\\\\\"1.0.
4_beta
\\\\\\\""
;
OTHER_LDFLAGS
=
""
;
OTHER_REZFLAGS
=
""
;
PRODUCT_NAME
=
flac
;
...
...
@@ -1721,7 +1721,7 @@
buildSettings
=
{
HEADER_SEARCH_PATHS
=
include
;
OPTIMIZATION_CFLAGS
=
"-O3"
;
OTHER_CFLAGS
=
"-DFLAC__VERSION_STRING=\\\\\\\"1.0.
3
\\\\\\\""
;
OTHER_CFLAGS
=
"-DFLAC__VERSION_STRING=\\\\\\\"1.0.
4_beta
\\\\\\\""
;
OTHER_LDFLAGS
=
""
;
OTHER_REZFLAGS
=
""
;
PRODUCT_NAME
=
metaflac
;
...
...
src/flac/Makefile.vc
View file @
6b2efd00
...
...
@@ -21,10 +21,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-DFLAC__HAS_OGG
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-DFLAC__HAS_OGG
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-DFLAC__HAS_OGG
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-DFLAC__HAS_OGG
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/libFLAC/format.c
View file @
6b2efd00
...
...
@@ -30,9 +30,9 @@
#if defined _MSC_VER || defined __MINW32__
/* yet one more hack because of MSVC6: */
const
FLAC__byte
*
FLAC__VENDOR_STRING
=
"reference libFLAC 1.0.4_beta 20020
823
"
;
const
FLAC__byte
*
FLAC__VENDOR_STRING
=
"reference libFLAC 1.0.4_beta 20020
910
"
;
#else
const
FLAC__byte
*
FLAC__VENDOR_STRING
=
"reference libFLAC "
FLAC__VERSION_STRING
" 20020
823
"
;
const
FLAC__byte
*
FLAC__VENDOR_STRING
=
"reference libFLAC "
FLAC__VERSION_STRING
" 20020
910
"
;
#endif
const
FLAC__byte
FLAC__STREAM_SYNC_STRING
[
4
]
=
{
'f'
,
'L'
,
'a'
,
'C'
};
...
...
src/metaflac/Makefile.vc
View file @
6b2efd00
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/plugin_winamp2/Makefile.vc
View file @
6b2efd00
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
/GX
$(cdebug)
$(cflags)
$(cvarsdll)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
/I
".."
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
/GX
$(cdebug)
$(cflags)
$(cvarsdll)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
/I
".."
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
$(cvarsdll)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
/I
".."
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
$(cvarsdll)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
/I
".."
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/test_libFLAC++/Makefile.vc
View file @
6b2efd00
...
...
@@ -21,10 +21,10 @@ SUFFIXES = .cc
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
-DNODEBUG
$<
!endif
!IFDEF
DEBUG
...
...
src/test_libFLAC/Makefile.vc
View file @
6b2efd00
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\l
ibFLAC
\i
nclude"
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\l
ibFLAC
\i
nclude"
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\l
ibFLAC
\i
nclude"
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\l
ibFLAC
\i
nclude"
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/test_libOggFLAC++/Makefile.vc
View file @
6b2efd00
...
...
@@ -21,10 +21,10 @@ SUFFIXES = .cc
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
-DNODEBUG
$<
!endif
!IFDEF
DEBUG
...
...
src/test_libOggFLAC/Makefile.vc
View file @
6b2efd00
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/test_streams/Makefile.vc
View file @
6b2efd00
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
3
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.
4_beta
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
Write
Preview
Supports
Markdown
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