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