Displaying 1 result from an estimated 1 matches for "libtheorabase".
2006 Mar 28
0
theora-exp namespacing
...se for a prefix. I suggest th_*
or symbols, TH_* for defines, and possibly retaining oc_ and OC_* for
internal names. Better suggestions welcome.
The other part is having separate names for the library binaries. This
had already been done, with the code split into libtheoradec,
libtheoraenc, 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 instea...