[MPlayer-cvslog] r29429 - trunk/configure

Attila Kinali attila at kinali.ch
Sun Jul 19 20:02:28 CEST 2009


On Sun, 19 Jul 2009 19:03:29 +0200 (CEST)
diego <subversion at mplayerhq.hu> wrote:

> Author: diego
> Date: Sun Jul 19 19:03:28 2009
> New Revision: 29429
> 
> Log:
> The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the
> VIDIX driver when the ivtv vo driver has been disabled.
> patch by Martin Dauskardt, martin.dauskardt gmx de

This breaks compilation when ivtv isnt available:

---
cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I.  -D_REENTRANT -I/usr/include/directfb -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/freetype2       -c -o vidix/ivtv_vid.o vidix/ivtv_vid.c
vidix/ivtv_vid.c:38:24: error: linux/ivtv.h: No such file or directory
vidix/ivtv_vid.c: In function 'ivtv_probe':
vidix/ivtv_vid.c:305: warning: ISO C90 forbids mixed declarations and code
vidix/ivtv_vid.c: In function 'ivtv_query_fourcc':
vidix/ivtv_vid.c:405: warning: ISO C90 forbids mixed declarations and code
vidix/ivtv_vid.c: In function 'ivtv_frame_sel':
vidix/ivtv_vid.c:505: error: storage size of 'args' isn't known
vidix/ivtv_vid.c:546: error: 'IVTV_IOC_DMA_FRAME' undeclared (first use in this function)
vidix/ivtv_vid.c:546: error: (Each undeclared identifier is reported only once
vidix/ivtv_vid.c:546: error: for each function it appears in.)
vidix/ivtv_vid.c:505: warning: unused variable 'args'
vidix/ivtv_vid.c: At top level:
vidix/ivtv_vid.c:559: warning: initialization from incompatible pointer type
---
---
$ grep -i ivtv config.h config.mak 
config.h:#undef CONFIG_IVTV
config.h:#define CONFIG_VIDIX_DRV_IVTV 1
config.mak:IVTV = no
config.mak:VIDIX_IVTV=yes
---

--disable-ivtv doesnt help either.

			Attila Kinali

-- 
The true CS students do not need to know how to program.
They learn how to abstract the process of programming to
the point of making programmers obsolete.
		-- Jabber in #holo


More information about the MPlayer-cvslog mailing list