On Thu, Oct 16, 2008 at 02:16:32PM +0200, Erd?lyi ANdr?s wrote: > Thank you. So below I post the error message I got after running make. > > > make -C libvo libvo.a > make[1]: Entering directory `/home/joebacsi/MPlayer-1.0rc2/libvo' > cc -I../libavcodec -I../libavformat -Wdisabled-optimization > -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil > -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native > -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE > -DHAVE_CONFIG_H -I/usr/X11/include -I/usr/include/ > -I/usr/include/SDL -D_REENTRANT -I/usr/include/artsc -pthread > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/freetype2 -I/usr/include -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 -c -o vo_ivtv.o vo_ivtv.c > vo_ivtv.c: In function 'ivtv_reset': vo_ivtv.c:79: error: storage size of > 'sd' isn't known > vo_ivtv.c:80: error: storage size of 'sd1' isn't known To me this looks like two things are wrong: first ivtv is only supported for up to 2.6.23 kernel and secondly you used --enable-ivtv so the test that normally would disabled it because it can not be compiled on your system is skipped.