• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libtheora/0001-link-libtheoradec.patch
Bernd KuhlsBernd Kuhls committed 72f8028633e01 Aug 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
libtheoraenc.so needs to be linked to libtheoradec.so in order to avoid
2
​
3
symbol 'th_comment_query_count': can't resolve symbol in lib '/usr/lib/libtheoraenc.so.1'
4
​
5
when starting Freeswitch.
6
​
7
Patch downloaded from
8
http://www.sisyphus.ru/en/srpm/Sisyphus/libtheora/patches/0
9
​
10
Signed-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) \
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.