diff options
-rw-r--r-- | audio/vorbis-tools/files/patch-oggenc_encode.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/vorbis-tools/files/patch-oggenc_encode.c b/audio/vorbis-tools/files/patch-oggenc_encode.c new file mode 100644 index 0000000..f03cc59 --- /dev/null +++ b/audio/vorbis-tools/files/patch-oggenc_encode.c @@ -0,0 +1,21 @@ + +$FreeBSD$ + +--- oggenc/encode.c.orig ++++ oggenc/encode.c +@@ -160,6 +160,7 @@ + /* do we have optional hard bitrate restrictions? */ + if(opt->max_bitrate > 0 || opt->min_bitrate > 0){ + struct ovectl_ratemanage2_arg ai; ++ long bitrate; + vorbis_encode_ctl(&vi, OV_ECTL_RATEMANAGE2_GET, &ai); + + /* libvorbis 1.1 (and current svn) doesn't actually fill this in, +@@ -173,7 +174,6 @@ + Also, note that this won't work correctly unless you have a very + recent (2005/03/04 or later) version of libvorbis from svn). + */ +- long bitrate; + + { + vorbis_info vi2; |