Export to GitHub

boblight - issue #20

11.11 Build issue


Posted on Oct 14, 2011 by Happy Panda

Ubuntu 11.11, some libs seems to be to old in boblight =/

Any ideas?

g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT videograbber.o -MD -MP -MF .deps/videograbber.Tpo -c -o videograbber.o test -f 'clients/boblight-v4l/videograbber.cpp' || echo './'clients/boblight-v4l/videograbber.cpp clients/boblight-v4l/videograbber.cpp: In Elementfunktion »void CVideoGrabber::Setup()«: clients/boblight-v4l/videograbber.cpp:70:18: Warnung: »AVFormatParameters::time_base« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:244) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:70:18: Warnung: »AVFormatParameters::time_base« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:244) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:71:18: Warnung: »AVFormatParameters::time_base« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:244) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:71:18: Warnung: »AVFormatParameters::time_base« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:244) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:72:18: Warnung: »AVFormatParameters::channel« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:250) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:72:18: Warnung: »AVFormatParameters::channel« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:250) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:73:18: Warnung: »AVFormatParameters::width« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:247) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:73:18: Warnung: »AVFormatParameters::width« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:247) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:74:18: Warnung: »AVFormatParameters::height« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:248) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:74:18: Warnung: »AVFormatParameters::height« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:248) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:75:18: Warnung: »AVFormatParameters::standard« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:251) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:75:18: Warnung: »AVFormatParameters::standard« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:251) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:76:18: Warnung: »AVFormatParameters::pix_fmt« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:249) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:76:18: Warnung: »AVFormatParameters::pix_fmt« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:249) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:85:15: Warnung: »int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:1050) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:85:115: Warnung: »int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:1050) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:96:17: Warnung: »int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:1050) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:96:117: Warnung: »int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:1050) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:105:17: Warnung: »int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:1050) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:105:117: Warnung: »int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:1050) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:116:3: Warnung: »void dump_format(AVFormatContext*, int, const char*, int)« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:1458) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:116:72: Warnung: »void dump_format(AVFormatContext*, int, const char*, int)« ist veraltet (deklariert bei /usr/include/libavformat/avformat.h:1458) [-Wdeprecated-declarations] clients/boblight-v4l/videograbber.cpp:122:59: Fehler: »CODEC_TYPE_VIDEO« wurde in diesem Gültigkeitsbereich nicht definiert clients/boblight-v4l/videograbber.cpp: In Elementfunktion »void CVideoGrabber::Run(volatile bool&, void*)«: clients/boblight-v4l/videograbber.cpp:240:92: Fehler: »avcodec_decode_video« wurde in diesem Gültigkeitsbereich nicht definiert

Comment #1

Posted on Oct 14, 2011 by Quick Cat

Try passing --without-ffmpeg to configure.

Comment #2

Posted on Dec 31, 2011 by Quick Cat

Maybe I'll just disable ffmpeg by default.

Status: WontFix

Labels:
Type-Defect Priority-Medium