e491d79723
This release fixes many bugs. Additional user-visible changes: * ogg123: Added support for Opus files * ogginfo: Added support for Opus, FLAC, and speex * ogg123, ogginfo: Added support to decode METADATA_BLOCK_PICTURE * ogginfo: Added support for decoding Skeleton * vorbiscomment: Added -d/--rm to allow removal of tags
23 lines
619 B
Plaintext
23 lines
619 B
Plaintext
--- configure.orig 2021-01-21 09:14:17 UTC
|
|
+++ configure
|
|
@@ -18084,7 +18084,7 @@ if test -z "$GCC"; then
|
|
;;
|
|
*)
|
|
DEBUG="-g"
|
|
- CFLAGS="-O"
|
|
+ CFLAGS=""
|
|
PROFILE="-g -p"
|
|
;;
|
|
esac
|
|
@@ -18107,8 +18107,8 @@ else
|
|
;;
|
|
*)
|
|
DEBUG="-g -Wall -fsigned-char"
|
|
- CFLAGS="-O2 -fsigned-char"
|
|
- PROFILE="-O2 -g -pg -fsigned-char"
|
|
+ CFLAGS="-fsigned-char"
|
|
+ PROFILE="-g -pg -fsigned-char"
|
|
;;
|
|
esac
|
|
fi
|