1libtheoraenc.so needs to be linked to libtheoradec.so in order to avoid 2 3symbol 'th_comment_query_count': can't resolve symbol in lib '/usr/lib/libtheoraenc.so.1' 4 5when starting Freeswitch. 6 7Patch downloaded from 8http://www.sisyphus.ru/en/srpm/Sisyphus/libtheora/patches/0 9 10Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 11 12--- libtheora/lib/Makefile.am 13+++ libtheora/lib/Makefile.am 14@@ -153,6 +153,7 @@ libtheoraenc_la_SOURCES = \ 15 libtheoraenc_la_LDFLAGS = \ 16 -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \ 17 @THEORAENC_LDFLAGS@ $(OGG_LIBS) 18+libtheoraenc_la_LIBADD = libtheoradec.la 19 20 libtheora_la_SOURCES = \ 21 $(decoder_sources) \ 22