CVS Commit: vlc: dvdcss_crack error (solution)

Eyal Lebedinsky eyal at eyal.emu.id.au
Thu Jul 12 00:47:19 CEST 2001


Samuel Hocevar wrote:
> 
> On Wed, Jul 11, 2001, Eyal Lebedinsky wrote:
> > input_dvd.c: In function `DVDSetArea':
> > input_dvd.c:443: too few arguments to function `dvdcss_crack'
> > make[1]: *** [BUILTIN_input_dvd.o] Error 1
> > make[1]: Leaving directory `/data2/download/dvd/vlc/vlc/plugins/dvd'
> 
>    The libdvdcss API changed a little bit ; can you check you don't have
> an old installation lying around ?

Well, I did:
	cvs -z3 update vlc
which should update all the subdirs, right?

OK, so I now no:
	rm -r vlc/extras/libdvdcss
	cvs -z3 co vlc/extras/libdvdcss
and the build still fails.

Next, I do:
	rm -r vlc
	cvs -z3 co vlc
and it still fails.

Any chance some header was copied to global area (/e.g.
usr/local/include)?

Yes, I now see a /usr/local/include/videolan/ and removing it before the
build does solve the problem. Why do we not update that area with proper
makefile dependencies then?

--
Eyal Lebedinsky (eyal at eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>




More information about the vlc-devel mailing list