Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCE] vdr-softdevice-0.0.7pre1



Stefan Lucke wrote:


What is the build level reported in /var/log/messages ?
Something like:
Jul 16 22:31:11 jarada vdr[4778]: [VideoOut]: LIBAVCODEC_BUILD = 4700
/var/log # grep -e VideoOut messages
Jul 16 12:16:13 vdr vdr[7155]: [VideoOut]: Good bye

I'm still puzzeld. To get some infos could you try the following
patch to report used ffmpeg version and build level earlier.
-- cut: start --
Index: softdevice.c
===================================================================
RCS file: /home/nfs/extra/src/cvsroot/softdevice/softdevice.c,v
retrieving revision 1.19
diff -r1.19 softdevice.c
275a276,278

   fprintf(stderr,
           "[softdevice] ffmpeg version(%s) build(%d)\n",
           FFMPEG_VERSION, LIBAVCODEC_BUILD);
-- cut: end --
that gives:
[softdevice] ffmpeg version(0.4.9-pre1) build(4718)

Ok, now I changed in the Makefile the path to LIBAVCODEC.
It was /usr/local/include/ffmpeg, and as I did make installlib during installation of ffmpeg, I assumed that should be right, because it's written in the Makefile. But it is obviously wrong.
I changed it to the directory from which I installed ffmpeg, and now it works.
Sorry, was maybe a bit stupid from me.
But what would be the right path? What I do now is only a workaround, isn't it? As I installed it, it must be somewhere...
But here my knowledge ends.

Jörg






Home | Main Index | Thread Index