GNOME Bugzilla – Bug 511530
DTS library API change?
Last modified: 2008-01-23 15:51:54 UTC
I got libsca-devel installed, but the dtsdec plugin is not getting built. In config log I see the following: configure:33668: *** checking feature: dts library *** configure:33672: *** for plug-ins: dtsdec *** configure:33711: checking for dts_init in -ldts_pic configure:33746: gcc -o conftest -g -O2 conftest.c -ldts_pic -lm >&5 /usr/bin/ld: cannot find -ldts_pic collect2: ld returned 1 exit status configure:33752: $? = 1 My version of dcadec-devel is: 0.0.5
It seems that libdts changed to libdca... and this rename of course affected library names and probably also function names. I'll take a short look at it later...
Ok, fixed in CVS. We should probably port it to the new API instead of relying on the compat header though... 2008-01-23 Sebastian Dröge <slomo@circular-chaos.org> * configure.ac: * ext/dts/gstdtsdec.c: Add support for building against libdca (with the libdts compat header). Fixes bug #511530. Should probably be ported to libdca as some points as it's the successor of libdts.