Markus Schulz wrote:
> bug is reproducible (compiling mythtv/master in
> external/FFmpeg/libavfilter dir).
Quick update: I tried (still on amd64)
git clone git://github.com/MythTV/mythtv.git
cd mythtv/mythtv/external/FFmpeg
./configure --prefix=$HOME/opt/mythtv
cd libavfilter
make
No trouble.
$ ld --version
GNU ld (GNU Binutils for Debian) 2.21.51.20110601
But:
$ cd ..
$ make
CC libavformat/wtv.o
libavformat/wtv.c: In function ‘parse_chunks’:
libavformat/wtv.c:836:17: warning: passing argument 2 of
‘ff_parse_mpeg2_descriptor’ from incompatible pointer type [enabled by default]
libavformat/mpegts.h:122:5: note: expected ‘struct pmt_entry_t *’ but
argument is of type ‘struct AVStream *’
libavformat/wtv.c:836:17: error: too few arguments to function
‘ff_parse_mpeg2_descriptor’
libavformat/mpegts.h:122:5: note: declared here
make: *** [libavformat/wtv.o] Error 1
For what it's worth.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]