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 1242
Collapse All | Expand All

(-)a/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt (+1 lines)
Lines 20-23 tde_add_library( mimic STATIC_PIC Link Here
20
  SOURCES
20
  SOURCES
21
    mimic.c encode.c decode.c bitstring.c vlc_common.c vlc_encode.c
21
    mimic.c encode.c decode.c bitstring.c vlc_common.c vlc_encode.c
22
    vlc_decode.c fdct_quant.c idct_dequant.c colorspace.c deblock.c
22
    vlc_decode.c fdct_quant.c idct_dequant.c colorspace.c deblock.c
23
  LINK ${GLIB2_LIBRARIES}
23
)
24
)

Return to bug 1242