Well, finally I have obtained vdr with softdevice build from source. Now when I start vdr with:
./vdr -P "softdevice -vo=dfb:"
I get:
vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.24: undefined symbol: dts_frame
I think I'm near the end of the way...
On Fri, 27 May 2005 17:43:39 +0200, in boerde.lists.vdr you wrote:
vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.24: undefined symbol: dts_frame
I had some similar errors somewhere else. My solution was IIRC to use a version of FFMpeg from before May: http://mplayerhq.hu/MPlayer/cvs/FFMpeg-20050430.tar.bz2
I might be wrong in your case... but give it a try.
Christian
Leo Márquez napisał(a):
Well, finally I have obtained vdr with softdevice build from source. Now when I start vdr with:
./vdr -P "softdevice -vo=dfb:"
I get:
vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.24: undefined symbol: dts_frame
I think I'm near the end of the way...
You have ffmpeg with only static libs. You have two solutions:
1. add "-ldts" parameter for linker in Makefile 2. recompile ffmpeg with enabled dynamic libs
En/na Mikolaj Tutak ha escrit:
Leo Márquez napisał(a):
Well, finally I have obtained vdr with softdevice build from source. Now when I start vdr with:
./vdr -P "softdevice -vo=dfb:"
I get:
vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.24: undefined symbol: dts_frame
I think I'm near the end of the way...
You have ffmpeg with only static libs. You have two solutions:
- add "-ldts" parameter for linker in Makefile
- recompile ffmpeg with enabled dynamic libs
I have tried to compile ffmpeg from the last cvs snapshot but it fails to me. There is a debian ffmpeg package with dynamic libs enabled? What about the marillat repositories? If not, what minime configure opcions you recommend to me to build ffmpeg from source?
Thanks
Leo Márquez a écrit :
En/na Mikolaj Tutak ha escrit:
You have ffmpeg with only static libs. You have two solutions:
- add "-ldts" parameter for linker in Makefile
- recompile ffmpeg with enabled dynamic libs
I have tried to compile ffmpeg from the last cvs snapshot but it fails to me. There is a debian ffmpeg package with dynamic libs enabled? What about the marillat repositories?
That's the one I use. ffmpeg-cvs.
If not, what minime configure opcions you recommend to me to build ffmpeg from source?
En/na Nicolas Huillard ha escrit:
Leo Márquez a écrit :
En/na Mikolaj Tutak ha escrit:
You have ffmpeg with only static libs. You have two solutions:
- add "-ldts" parameter for linker in Makefile
- recompile ffmpeg with enabled dynamic libs
I have tried to compile ffmpeg from the last cvs snapshot but it fails to me. There is a debian ffmpeg package with dynamic libs enabled? What about the marillat repositories?
That's the one I use. ffmpeg-cvs.
In wich apt source can I found it?
Leo
Am Mittwoch, 1. Juni 2005 13:04 schrieb Leo Márquez:
En/na Nicolas Huillard ha escrit:
Leo Mц║rquez a ц╘crit :
En/na Mikolaj Tutak ha escrit:
You have ffmpeg with only static libs. You have two solutions:
- add "-ldts" parameter for linker in Makefile
- recompile ffmpeg with enabled dynamic libs
I have tried to compile ffmpeg from the last cvs snapshot but it fails to me. There is a debian ffmpeg package with dynamic libs enabled? What about the marillat repositories?
That's the one I use. ffmpeg-cvs.
In wich apt source can I found it?
# apt-cache show libdts-dev Package: libdts-dev Priority: optional Section: libdevel Installed-Size: 364 Maintainer: Sam Hocevar (Debian packages) sam+deb@zoy.org Architecture: i386 Source: libdts Version: 0.0.2-svn-1 Filename: pool/main/libd/libdts/libdts-dev_0.0.2-svn-1_i386.deb Size: 189870 MD5sum: 821b2fc02375de2d45f025a629af29c4 Description: development files for libdts libdts provides a low-level interface to decode audio frames encoded using DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found on DVDs, DTS audio CDs and some radio broadcastings. libdts also provides downmixing and dynamic range compression for various output configurations. . This package contains the headers and static libraries used to build applications that use libdts.
CU Oleg
En/na Oleg ha escrit:
Am Mittwoch, 1. Juni 2005 13:04 schrieb Leo Márquez:
En/na Nicolas Huillard ha escrit:
Leo Mц║rquez a ц╘crit :
En/na Mikolaj Tutak ha escrit:
You have ffmpeg with only static libs. You have two solutions:
- add "-ldts" parameter for linker in Makefile
- recompile ffmpeg with enabled dynamic libs
I have tried to compile ffmpeg from the last cvs snapshot but it fails to me. There is a debian ffmpeg package with dynamic libs enabled? What about the marillat repositories?
That's the one I use. ffmpeg-cvs.
In wich apt source can I found it?
# apt-cache show libdts-dev
I'm refering to the ffmpeg-cvs debian package I already have the last version of libdts-dev
I have to compile ffmpeg myself, what are the minimum options to work with vdr?
Thanks Leo.
Leo Márquez a écrit :
En/na Nicolas Huillard ha escrit:
Leo Márquez a écrit :
En/na Mikolaj Tutak ha escrit:
You have ffmpeg with only static libs. You have two solutions:
- add "-ldts" parameter for linker in Makefile
- recompile ffmpeg with enabled dynamic libs
I have tried to compile ffmpeg from the last cvs snapshot but it fails to me. There is a debian ffmpeg package with dynamic libs enabled? What about the marillat repositories?
That's the one I use. ffmpeg-cvs.
In wich apt source can I found it?
deb ftp://ftp.nerim.net/debian-marillat/ testing main deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main
En/na Nicolas Huillard ha escrit:
Leo Márquez a écrit :
En/na Nicolas Huillard ha escrit:
Leo Márquez a écrit :
En/na Mikolaj Tutak ha escrit:
You have ffmpeg with only static libs. You have two solutions:
- add "-ldts" parameter for linker in Makefile
- recompile ffmpeg with enabled dynamic libs
I have tried to compile ffmpeg from the last cvs snapshot but it fails to me. There is a debian ffmpeg package with dynamic libs enabled? What about the marillat repositories?
That's the one I use. ffmpeg-cvs.
In wich apt source can I found it?
deb ftp://ftp.nerim.net/debian-marillat/ testing main deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main
Thanks, I have installed the ffmpeg and libavcodeccvs and libavcodeccvs-dev from marillat but I get the same error when vdr starts:
vdr:/usr/src/VDR# ./vdr -P"softdevice -vo=dfb:" vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.24: undefined symbol: dts_frame
If I try to compile ffmpeg or build package (debian/rules binary) from cvs I get a lot of warnings and errors.
Any ideas?
Leo Márquez a écrit :
En/na Nicolas Huillard ha escrit:
Leo Márquez a écrit :
En/na Nicolas Huillard ha escrit:
Leo Márquez a écrit :
En/na Mikolaj Tutak ha escrit:
You have ffmpeg with only static libs. You have two solutions:
- add "-ldts" parameter for linker in Makefile
- recompile ffmpeg with enabled dynamic libs
I have tried to compile ffmpeg from the last cvs snapshot but it fails to me. There is a debian ffmpeg package with dynamic libs enabled? What about the marillat repositories?
That's the one I use. ffmpeg-cvs.
In wich apt source can I found it?
deb ftp://ftp.nerim.net/debian-marillat/ testing main deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main
Thanks, I have installed the ffmpeg and libavcodeccvs and libavcodeccvs-dev from marillat but I get the same error when vdr starts:
vdr:/usr/src/VDR# ./vdr -P"softdevice -vo=dfb:" vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.24: undefined symbol: dts_frame
If I try to compile ffmpeg or build package (debian/rules binary) from cvs I get a lot of warnings and errors.
Any ideas?
I didn't recompile ffmpeg or libavcodeccvs. I'm not sure what else comes from this repository. I currently use : ii ffmpeg 20050409-0sarge0.1 ii libavcodeccvs 20050409-0sarge0.1 ii libavcodeccvs-dev 20050409-0sarge0.1
Did you recompile softdevice after installing those packages from Marillat's ?
My full uncommented source.list :
nhuillard@vdr:nhuillard$ grep -v -e '^#' -e '^ *$' /etc/apt/sources.list deb http://ftp.fr.debian.org/debian sarge main contrib deb-src http://ftp.fr.debian.org/debian sarge main contrib deb http://ftp.fr.debian.org/debian-non-US sarge/non-US main contrib deb-src http://ftp.fr.debian.org/debian-non-US sarge/non-US main contrib deb http://via.animeland.de sarge main deb-src http://via.animeland.de sarge main deb http://zap.tartarus.org/~ds/debian testing main deb-src http://zap.tartarus.org/~ds/debian testing main deb ftp://ftp.nerim.net/debian-marillat/ testing main deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main