Hello everybody,
libreoffice-4.2.0.4 Built per BLFS Development Book v2014-02-21 with
--disable-gstreamer-0.10 --enable-gstreamer
gstreamer-1.2.3 (with base-, good- and bad-1.2.3)
gst-plugins-ugly-1.2.3 (main suspect, according to my intuition)
This is driving me crazy:
1. 'watermelons.pps' (in 'loimpress'): NO sound (but, fwiw, the slides move
OK)
2. 'prague.pps' (in loimpress): sound OK
This validates the libreoffice+system sound.
3. 'watermelons.pps' in libreoffice-3.5.4.2 (downloaded binary),
on Win7 (perish the thought): sound OK (a little too loud for my taste)
Same hardware, different partition (so we can compare watermelons to
watermelons)
Some important(?) results of my investigation so far:
[/usr/lib]% ldd gstreamer-1.0/libgsttwolame.so
...
libgstreamer-1.0.so.0 => /usr/lib/libgstreamer-1.0.so.0 (0xb758d000)
...
libtwolame.so.0 => /usr/lib/libtwolame.so.0 (0xb741b000)
...
[/usr/lib]% ldd libtwolame.so.0
linux-gate.so.1 (0xb77d0000)
libm.so.6 => /lib/libm.so.6 (0xb7746000)
libc.so.6 => /lib/libc.so.6 (0xb759a000)
/lib/ld-linux.so.2 (0xb77d1000)
[/usr/lib]% ls -og gstreamer-1.0/libgsttwolame.so*
-rwxr-xr-x 1 84728 2014-02-26 17:35 gstreamer-1.0/libgsttwolame.so
[/usr/lib]% nm libtwolame.so.0 | grep twolame_encode_buffer
0000d4c0 T twolame_encode_buffer
0000d760 T twolame_encode_buffer_float32
0000d890 T twolame_encode_buffer_float32_interleaved
0000d620 T twolame_encode_buffer_interleaved
[/usr/lib]% nm gstreamer-1.0/libgsttwolame.so | grep twolame_encode_buffer
U twolame_encode_buffer
U twolame_encode_buffer_float32
U twolame_encode_buffer_float32_interleaved
U twolame_encode_buffer_interleaved
I don't like this defined/undefined business above.
Suspect? Possible cause?
Any helpful words will be highly appreciated.
Thanks,
-- Alex
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page