13
0
livetrax/libs
Tim Mayberry b97ab7d7bc Statically link libtimecode into libmidi++ instead of libardour
This is necessary to get the libmidi++ test to work as libmidi++ has
unresolved symbols in libtimecode. This was not a problem when libtimecode
was statically linked into libardour if the executable depended on both
libtimecode and libardour as the symbols would get resolved.

This is not true for the midi++ test case as it doesn't depend on libardour

Also as libmidi++ only references symbols from one object file in the
libtimecode static archive only that object file gets included/exported
from libmidi++.

This is fixed by adding a dummy reference to a symbol in the other object
file in the libtimecode static archive.
2013-10-20 09:27:35 +10:00
..
appleutility
ardour Statically link libtimecode into libmidi++ instead of libardour 2013-10-20 09:27:35 +10:00
audiographer reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
backends reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
clearlooks-newer
clearlooks-older
evoral reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
fst
gtkmm2ext reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
libltc convert libltc into a static lib 2013-10-18 11:08:44 -04:00
midi++2 Statically link libtimecode into libmidi++ instead of libardour 2013-10-20 09:27:35 +10:00
panners reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
pbd reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
qm-dsp
rubberband
surfaces reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
taglib
timecode convert libtimecode into a static lib 2013-10-18 11:08:53 -04:00
vamp-plugins
vamp-sdk