Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37043082
en ru br
ALT Linux repos
S:0.7.4-alt9
5.0: 0.7.4-alt5
4.1: 0.7.4-alt5
4.0: 0.7.4-alt5
3.0: 0.7.4-alt3

Other repositories
Upstream:snapshot

Group :: Sound
RPM: a52dec

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: a52dec-0.7.4-alt-DSO.patch
Download


diff --git a/a52dec/src/Makefile.am b/a52dec/src/Makefile.am
index bae6bd9..4a295d5 100644
--- a/a52dec/src/Makefile.am
+++ b/a52dec/src/Makefile.am
@@ -3,7 +3,7 @@ CFLAGS = @A52DEC_CFLAGS@
 bin_PROGRAMS = a52dec extract_a52
 a52dec_SOURCES = a52dec.c getopt.c gettimeofday.c
 a52dec_LDADD = $(top_builddir)/liba52/liba52.la \
-	       $(top_builddir)/libao/libao.a @LIBAO_LIBS@
+	       $(top_builddir)/libao/libao.a @LIBAO_LIBS@ -lm
 extract_a52_SOURCES = extract_a52.c getopt.c
 
 man_MANS = a52dec.1 extract_a52.1
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin