missing INPUT_READ_ONCE?

Samuel Hocevar sam at zoy.org
Mon Apr 16 13:16:59 CEST 2001


On Mon, Apr 16, 2001, Eyal Lebedinsky wrote:

> No, one should notice the above
> 	-I/usr/local/include
> Which brings in /usr/local/input.h (whatever that is, I think 'oms' put
> it there).

   Ok, try this little fix: in Makefile.modules.in, replace

      CFLAGS += -I../../include -I../../extras

   with

      CFLAGS := -I../../include -I../../extras $(CFLAGS)

> Anyone knows why we use /usr/local/include at all?

   I think it's because of some strange FreeBSD header location.

-- 
Sam.




More information about the vlc mailing list