Hi there,
I'm setting up 1.3.36 with softdevice 0.2.1. It seems to compile fine but when I try to run it I get:
vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.36: undefined symbol: dc1394_create_handle
Any suggestions where to look or what could be wrong?
Norm
On Mittwoch, 16. November 2005 00:04, Norm Dressler wrote:
Hi there,
I'm setting up 1.3.36 with softdevice 0.2.1. It seems to compile fine but when I try to run it I get:
vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.36: undefined symbol: dc1394_create_handle
Any suggestions where to look or what could be wrong?
Ffmpeg mismatch. Softdevice is compiled with a different version or differently configured version than found at startup via library search. If you have a new version of ffmpeg installed, you may try configure in softdevice directory.
Norm Dressler wrote:
Hi there,
I'm setting up 1.3.36 with softdevice 0.2.1. It seems to compile fine but when I try to run it I get:
vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.36: undefined symbol: dc1394_create_handle
Most probably you compiled ffmpeg with dc1394 support, I had to recompile ffmpeg without (I don't need that anyway). Something must be broken in latest ffmpeg versions concerning this.
Lucian
Lucian Muresan wrote:
Norm Dressler wrote:
Hi there,
I'm setting up 1.3.36 with softdevice 0.2.1. It seems to compile fine but when I try to run it I get:
vdr: ./PLUGINS/lib/libvdr-softdevice.so.1.3.36: undefined symbol: dc1394_create_handle
Most probably you compiled ffmpeg with dc1394 support, I had to recompile ffmpeg without (I don't need that anyway). Something must be broken in latest ffmpeg versions concerning this.
Lucian
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
hmm.. Interesting. I installed ffmpeg as a Debian package. I think I have the source around here somewhere. I'll try a recompile on the source and see that helps. Thanks!
Norm
hmm.. Interesting. I installed ffmpeg as a Debian package. I think I have the source around here somewhere. I'll try a recompile on the source and see that helps. Thanks!
Norm
Trying to recompile ffmpeg from the package source and running into a problem -- I don't know enough about ffmpeg to diagnose this one.. gcc -fPIC -DPIC -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -I'/usr/src/ffmpeg-0.cvs20050918'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -mmmx -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c i386/dsputil_mmx.c: In function `transpose4x4': i386/dsputil_mmx.c:630: error: incompatible type for argument 1 of `__builtin_ia32_punpckhwd' i386/dsputil_mmx.c:630: error: incompatible type for argument 2 of `__builtin_ia32_punpckhwd' i386/dsputil_mmx.c:630: error: incompatible types in assignment
Any suggestions?
Thx Norm
I have not been able to get ffmpeg CVS to compile, at all lately.
Norm Dressler wrote:
hmm.. Interesting. I installed ffmpeg as a Debian package. I think I have the source around here somewhere. I'll try a recompile on the source and see that helps. Thanks!
Norm
Trying to recompile ffmpeg from the package source and running into a problem -- I don't know enough about ffmpeg to diagnose this one.. gcc -fPIC -DPIC -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -I'/usr/src/ffmpeg-0.cvs20050918'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -mmmx -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c i386/dsputil_mmx.c: In function `transpose4x4': i386/dsputil_mmx.c:630: error: incompatible type for argument 1 of `__builtin_ia32_punpckhwd' i386/dsputil_mmx.c:630: error: incompatible type for argument 2 of `__builtin_ia32_punpckhwd' i386/dsputil_mmx.c:630: error: incompatible types in assignment
Any suggestions?
Thx Norm
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On Mittwoch, 16. November 2005 02:51, Norm Dressler wrote:
hmm.. Interesting. I installed ffmpeg as a Debian package. I think I have the source around here somewhere. I'll try a recompile on the source and see that helps. Thanks!
Norm
Trying to recompile ffmpeg from the package source and running into a problem -- I don't know enough about ffmpeg to diagnose this one.. gcc -fPIC -DPIC -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -I'/usr/src/ffmpeg-0.cvs20050918'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -mmmx -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c i386/dsputil_mmx.c: In function `transpose4x4': i386/dsputil_mmx.c:630: error: incompatible type for argument 1 of `__builtin_ia32_punpckhwd' i386/dsputil_mmx.c:630: error: incompatible type for argument 2 of `__builtin_ia32_punpckhwd' i386/dsputil_mmx.c:630: error: incompatible types in assignment
Any suggestions?
I just checked: cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg cd ffmpeg ./configure --enable-shared --enable-pp --enable-shared-pp --enable-gpl --enable-a52 make make install make installlib
during compile I got some warnings, but they did not prevent compilation. compile option look different for my system (but none with that): gcc -O3 -g -DHAVE_AV_CONFIG_H -I.. -I'/home/nfs/extra/src/video/ffmpeg-2005-11-16'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c
vdr + softdevice works fine .