Displaying 6 results from an estimated 6 matches for "operations_shorthand_cuesheet".
2012 Feb 03
1
[PATCH] Include inttypes.h for PRIu64
---
examples/c/decode/file/main.c | 3 +++
examples/c/encode/file/main.c | 3 +++
src/metaflac/operations.c | 3 +++
src/metaflac/operations_shorthand_cuesheet.c | 3 +++
src/metaflac/operations_shorthand_streaminfo.c | 3 +++
src/share/grabbag/cuesheet.c | 3 +++
src/test_libFLAC/encoders.c | 3 +++
src/test_libFLAC/metadata_object.c | 3 +++
src/test_libs_common/metadata_utils.c...
2013 Apr 05
0
flac 1.3.0pre3 pre-release
...utils.c:122:118: warning: declaration of ?index? shadows a global
> declaration [-Wshadow]
> [...]
> CC operations.o
> operations.c: In function ?write_metadata?:
> operations.c:635:50: warning: declaration of ?index? shadows a global
> declaration [-Wshadow]
> CC operations_shorthand_cuesheet.o
> operations_shorthand_cuesheet.c: In function ?import_cs_from?:
> operations_shorthand_cuesheet.c:158:19: warning: declaration of
> ?index? shadows a global declaration [-Wshadow]
> [...]
> CC metadata_object.o
> metadata_object.c: In function ?vc_replace_new_?:
> meta...
2007 Jul 14
2
PATCH : Fix missing protoypes
...s.c 2007-07-15 01:13:06 +0000
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include "operations_shorthand.h"
static void show_version(void);
static FLAC__bool do_major_operation(const CommandLineOptions *options);
--- src/metaflac/operations_shorthand_cuesheet.c 2007-07-14 08:45:49 +0000
+++ src/metaflac/operations_shorthand_cuesheet.c 2007-07-15 01:13:41 +0000
@@ -27,6 +27,7 @@
#include "utils.h"
#include "FLAC/assert.h"
#include "share/grabbag.h"
+#include "operations_shorthand.h"
static FLAC__bool import_c...
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all,
The latest pre-release is here:
http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz
but there will probably need to be at least one more.
I've tested this on
x86_64-linux
powerpc-linux
i386-openbsd5.2
i386-freebsd9
The majority of changes since the last pre-release is the addition of
Janne Hyv?rinen's utf8 I/O functionality. Janne's
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...or details.'
8>stream_decoder.cpp
10>------ Rebuild All started: Project: metaflac, Configuration: Debug Win32
------
10>Deleting intermediate and output files for project 'metaflac',
configuration 'Debug|Win32'
10>Compiling...
10>main.c
10>operations.c
10>operations_shorthand_cuesheet.c
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_cuesheet.c(124)
: warning C4996: 'fopen' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'...
2012 Dec 04
0
[PATCH] Update FSF address.
...ile.lite | 6 +--
src/metaflac/main.c | 6 +--
src/metaflac/operations.c | 6 +--
src/metaflac/operations.h | 6 +--
src/metaflac/operations_shorthand.h | 6 +--
src/metaflac/operations_shorthand_cuesheet.c | 6 +--
src/metaflac/operations_shorthand_picture.c | 6 +--
src/metaflac/operations_shorthand_seektable.c | 6 +--
src/metaflac/operations_shorthand_streaminfo.c | 6 +--
src/metaflac/operations_shorthand_vorbiscomment.c | 6 +--
src/metaflac/options.c...