After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 511530 - DTS library API change?
DTS library API change?
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-23 12:53 UTC by Christian Fredrik Kalager Schaller
Modified: 2008-01-23 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2008-01-23 12:53:11 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
Comment 1 Sebastian Dröge (slomo) 2008-01-23 15:22:45 UTC
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...
Comment 2 Sebastian Dröge (slomo) 2008-01-23 15:51:54 UTC
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.