Mailing List archive

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

Re: dvb.o problem o.k, but another problem





> ----------
> Von: 	Thilo Wunderlich[SMTP:TW@UBCOM.NET]
> Gesendet: 	Samstag, 20. Mai 2000 17:50:22
> An: 	linux-dvb@linuxtv.org
> Betreff: 	Re: dvb.o problem o.k, but another problem
> Diese Nachricht wurde automatisch von einer Regel weitergeleitet.
> 
>  mpg2mpg.cc:642: ANSI C++ forbids declaration `convert' with no type
>  make: *** [mpg2mpg] Error 1 

Just put 'int' in front of the declaration.

e.g.:
convert ( ...)

int convert(...)


Thilo


Home | Main Index | Thread Index