Displaying 8 results from an estimated 8 matches for "use_ogg".
Did you mean:
use_obj
2007 Aug 09
1
FLAC 1.2.0 won't build without ogg
Hello,
Apologies if this has already been covered. I'm trying to compile FLAC
1.2.0 under FreeBSD without ogg support:
when I run gmake, I get:
encode.c: In function `convert_to_seek_table_template':
encode.c:2181: error: structure has no member named `use_ogg'
the following appears to fix the problem for me, although I've not
checked it fully:
--- flac-1.2.0/src/flac/encode.c.old Tue Jul 10 03:10:44 2007
+++ flac-1.2.0/src/flac/encode.c Thu Aug 9 13:27:20 2007
@@ -2178,10 +2178,15 @@
if(num_requested_seek_points < 0) {...
2007 Jul 25
2
building flac 1.2.0 on OS X
...uments (like i have in the past)
./configure --enable-static --disable-asm-optimizations --disable-shared
then "make:
i get the following error:
encode.c: In function 'convert_to_seek_table_template':
encode.c:2181: error: 'struct <anonymous>' has no member named 'use_ogg'
make[3]: *** [encode.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Anyone know what's going on?
Thanks,
Scott
2004 Sep 10
1
Serious bug in FLAC
...priate to assume that the compiler is working.
> I'd try recompiling with GCC 3 or GCC 2.95 (available as "kgcc").
No. Rather than trying voodoo magic first, let's find the bug...
In metadata_callback() in encode.c you should not be examining the
variable encoder_wrapper->use_ogg unless you have compiled in OGG
support (I have not). So this code block needs to be wrapped up
something like this...
#ifdef FLAC__HAS_OGG
if(encoder_wrapper->use_ogg)
return;
#endif
Every user who has flac installed but did not configure OGG support
will have a high (...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...igorously defining all entries, factoring redundancy,
and establishing dependencies. (Some typos were fixed too.)
7. Shared objects on Windows use .dll, not .so. (Added *.dll, *.dylib,
and *.exe to .gitignore.)
8. To allow more freedom using Makefile.lite without configure, I added
the variables USE_OGG and USE_ICONV which can toggle these two
components in the build process.
ex: make -f Makefile.lite examples USE_OGG=0 USE_ICONV=0
These improvements make use of some use-time Makefile variable expansion.
---
.gitignore | 3 ++
Makefile.deps...
2006 Jun 04
0
Re: flac with >4GB raw still does not work (CVS)
..."?\233\006\b?\233\006\b\bZ?0?3\b",
lookahead_length=0, options=
{common = {skip_specification = {is_relative = 0,
value_is_samples = 1, value = {seconds = 0, samples = 0}},
until_specification = {is_relative = 0, value_is_samples = 1, value =
{seconds = 0, samples = 0}}, verify = 0, use_ogg = 0, serial_number =
1139381067, lax = 0, do_mid_side = 0, loose_mid_side = 0,
do_exhaustive_model_search = 0, do_escape_coding = 0,
do_qlp_coeff_prec_search = 0, min_residual_partition_order = 2,
max_residual_partition_order = 2, rice_parameter_search_dist = 0,
apodizations = 0x8311d6c ""...
2014 Jul 20
1
flac-dev Digest, Vol 116, Issue 15
I have an Intel Mac and I'd be glad to test it for you, but I'm not sure
how to use the makefile.lite build system? do I just replace the normal one
with this one? I tried ./makefile.lite but nothing happened.
On Sun, Jul 20, 2014 at 3:00 PM, <flac-dev-request at xiph.org> wrote:
> Send flac-dev mailing list submissions to
> flac-dev at xiph.org
>
> To
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...igorously defining all entries, factoring redundancy,
and establishing dependencies. (Some typos were fixed too.)
7. Shared objects on Windows use .dll, not .so. (Added *.dll, *.dylib,
and *.exe to .gitignore.)
8. To allow more freedom using Makefile.lite without configure, I added
the variables USE_OGG and USE_ICONV which can toggle these two
components in the build process.
ex: make -f Makefile.lite examples USE_OGG=0 USE_ICONV=0
These improvements make use of some use-time Makefile variable expansion.
---
.gitignore | 3 ++
Makefile.deps...
2006 Jun 03
2
flac with >4GB raw still does not work (CVS)
I'm attempting to flac a 18GB raw file, and as per 1328191 I compiled
CVS, when it gets to 4GB it doesn't continue. I've tried stracing and
get no output after a certain point. I also have tried oggflac and it
is no different. I configured with no options or special CFLAGS and
this is on a x86 machine. Is there anything special I need to do to
get this to work?
I have also tried with