Comment 1 for bug 263876

Revision history for this message
Iain Lane (laney) wrote :

FTBFS:

if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -Wall -g -O2 -MT xtoffmpeg.o -MD -MP -MF ".deps/xtoffmpeg.Tpo" -c -o xtoffmpeg.o xtoffmpeg.c; \
 then mv -f ".deps/xtoffmpeg.Tpo" ".deps/xtoffmpeg.Po"; else rm -f ".deps/xtoffmpeg.Tpo"; exit 1; fi
xtoffmpeg.c: In function 'add_audio_stream':
xtoffmpeg.c:310: error: 'AVFormatParameters' has no member named 'device'
xtoffmpeg.c:327: error: 'AVFormatParameters' has no member named 'device'
xtoffmpeg.c: In function 'xvc_ffmpeg_save_frame':
xtoffmpeg.c:1773: warning: passing argument 1 of 'url_fclose' from incompatible pointer type
xtoffmpeg.c: In function 'xvc_ffmpeg_clean':
xtoffmpeg.c:1831: warning: passing argument 1 of 'url_fclose' from incompatible pointer type

I have to go to work now. If anybody wants to solve this then feel free, but I will have a look when I next get time.