From 431f51597c510ea57f3314e1028efbf39e4e2499 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 4 Feb 2001 22:01:32 +0000 Subject: - Update to 0.2.0; - make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux --- .../files/patch-codecs::audio::ac3::exponent.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 graphics/xmps/files/patch-codecs::audio::ac3::exponent.c (limited to 'graphics/xmps/files/patch-codecs::audio::ac3::exponent.c') diff --git a/graphics/xmps/files/patch-codecs::audio::ac3::exponent.c b/graphics/xmps/files/patch-codecs::audio::ac3::exponent.c new file mode 100644 index 000000000000..e629e1847969 --- /dev/null +++ b/graphics/xmps/files/patch-codecs::audio::ac3::exponent.c @@ -0,0 +1,22 @@ + +$FreeBSD$ + +--- codecs/audio/ac3/exponent.c 2001/02/04 21:17:23 1.1 ++++ codecs/audio/ac3/exponent.c 2001/02/04 21:18:06 +@@ -30,7 +30,7 @@ + + #include "exponent.h" + +-extern int error; ++extern int ac3_error; + + static inline void exp_unpack_ch(uint16_t type,uint16_t expstr,uint16_t ngrps,uint16_t initial_exp, uint16_t exps[], uint16_t *dest); + +@@ -126,6 +126,6 @@ + return; + error: + fprintf (stderr,"** Invalid exponent - skipping frame **\n"); +- error = 1; ++ ac3_error = 1; + } + -- cgit v1.2.3