Mailing List archive

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

[vdr] Problems compiling plug-ins with VDR 1.1.19 and 1.1.20



Ingo Janetzki wrote
> Next, I took the latest ffmpeg from cvs snapshot 2002-12-15. The
ffmpeg
> itself compiles and installs ok, but when compiling the teletext
plugin I 
> get error about a wrong struct AVCodecContext (s.th. like member 
> context.quality not defined/declared, I do not remeber exactly). Seems

> that the new version of ffmpeg is no longer compatible with teletext
0.7.6. > Is that true? Or what did I miss? It would be very nice to have
teletext 
> again.

I also had this compilation problem on SuSE 8.0 with VDR 1.1.19. Here
are the messages in detail (used 'make plugins NEWSTRUCT=1' and also
tested it without this NEWSTRUCT parameter):

make[1]: Entering directory
`/usr/local/src/vdr-1.1.19/PLUGINS/src/teletext-0.7.6'
g++ -O2 -Wall -Woverloaded-virtual -c -DNEWSTRUCT
-DPLUGIN_NAME_I18N='"teletext"' -I../../../include
-I../../../../DVB/include -I../../../../ffmpeg teletext.c
g++ -O2 -Wall -Woverloaded-virtual -c -DNEWSTRUCT
-DPLUGIN_NAME_I18N='"teletext"' -I../../../include
-I../../../../DVB/include -I../../../../ffmpeg txtcontrol.c
g++ -O2 -Wall -Woverloaded-virtual -c -DNEWSTRUCT
-DPLUGIN_NAME_I18N='"teletext"' -I../../../include
-I../../../../DVB/include -I../../../../ffmpeg txtviewer.c
g++ -O2 -Wall -Woverloaded-virtual -c -DNEWSTRUCT
-DPLUGIN_NAME_I18N='"teletext"' -I../../../include
-I../../../../DVB/include -I../../../../ffmpeg mp1osd.c
mp1osd.c: In method `osdBitmap::osdBitmap(int, int)':
mp1osd.c:44: `struct AVCodecContext' has no member named `quality'
mp1osd.c: In method `void osdBitmap::Display()':
mp1osd.c:205: type `const AVFrame' is not a base type for type
`AVPicture'
make[1]: *** [mp1osd.o] Error 1
make[1]: Leaving directory
`/usr/local/src/vdr-1.1.19/PLUGINS/src/teletext-0.7.6'
 
Today, I tried to get it working again by using the latest VDR 1.1.20
instead. When I compiled the plugins, the situation got worse because
even the DVD plugin refused to compile correctly.

Any hints on these compilation problems?

With kind regards

Jörg




--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index