search for: ltheoradec

Displaying 2 results from an estimated 2 matches for "ltheoradec".

Did you mean: theoradec
2017 Apr 23
0
impossible to link against libtheoraenc (missing symbol th_comment_query_count)
...ith NM to see how the libraries depend on each other: nm libtheoraenc.so.1 | grep th_comment_query_count U th_comment_query_count nm libtheoradec.so.1 | grep th_comment_query_count 0000000000010b20 T th_comment_query_count All fine, so linking order should be "-ltheoraenc -ltheoradec" but then I get undefined symbol th_comment_query_count. I even tried the wrong way "-ltheoradec -ltheoraenc" which obviously also gives undefined symbol th_comment_query_count. How in gods name is one supposed to link against libtheoraenc? What has been fumbled up here that it...
2006 Mar 28
0
theora-exp namespacing
...and libtheorabase for shared and utility routines. However, I've now merged libtheorabase into libtheoradec, so you only have to link to one library to get a working decoder. Encoders now link to libtheoraenc and libtheoradec instead of *enc and *base as before. So in analog to tremor, you -ltheoradec instead of -ltheora now. :) -r