By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2159
Collapse All | Expand All

(-)a/mpeglib/lib/util/audio/Makefile.am (-1 / +1 lines)
Lines 14-18 noinst_LTLIBRARIES = libaudio.la Link Here
14
14
15
libaudio_la_SOURCES	=	audioIO.cpp dspWrapper.cpp
15
libaudio_la_SOURCES	=	audioIO.cpp dspWrapper.cpp
16
16
17
17
libaudio_la_LDFLAGS =	$(all_libraries) $(ARTS_LIBS)
18
18

Return to bug 2159