0001-link-libtheoradec.patch 669 B

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