the make gave me this.....
for css-auth.....

any clue?
dave

cc    -c tstdvd.c -o tstdvd.o
tstdvd.c: In function `GetDiscKey':
tstdvd.c:97: `dvd_struct' undeclared (first use in this function)
tstdvd.c:97: (Each undeclared identifier is reported only once
tstdvd.c:97: for each function it appears in.)
tstdvd.c:97: parse error before `s'
tstdvd.c:100: `s' undeclared (first use in this function)
tstdvd.c:100: `DVD_STRUCT_DISCKEY' undeclared (first use in this function)
tstdvd.c:103: `DVD_READ_STRUCT' undeclared (first use in this function)
tstdvd.c: In function `GetTitleKey':
tstdvd.c:131: `dvd_authinfo' undeclared (first use in this function)
tstdvd.c:131: parse error before `ai'
tstdvd.c:134: `ai' undeclared (first use in this function)
tstdvd.c:134: `DVD_LU_SEND_TITLE_KEY' undeclared (first use in this function)
tstdvd.c:139: `DVD_AUTH' undeclared (first use in this function)
tstdvd.c: In function `GetASF':
tstdvd.c:167: `dvd_authinfo' undeclared (first use in this function)
tstdvd.c:167: parse error before `ai'
tstdvd.c:169: `ai' undeclared (first use in this function)
tstdvd.c:169: `DVD_LU_SEND_ASF' undeclared (first use in this function)
tstdvd.c:173: `DVD_AUTH' undeclared (first use in this function)
tstdvd.c: At top level:
tstdvd.c:186: parse error before `*'
tstdvd.c: In function `hostauth':
tstdvd.c:190: `ai' undeclared (first use in this function)
tstdvd.c:192: `DVD_LU_SEND_AGID' undeclared (first use in this function)
tstdvd.c:194: `DVD_HOST_SEND_CHALLENGE' undeclared (first use in this function)
tstdvd.c:197: `DVD_LU_SEND_KEY1' undeclared (first use in this function)
tstdvd.c:200: `DVD_AUTH_FAILURE' undeclared (first use in this function)
tstdvd.c:203: `DVD_LU_SEND_CHALLENGE' undeclared (first use in this function)
tstdvd.c:211: `DVD_HOST_SEND_KEY2' undeclared (first use in this function)
tstdvd.c:193: warning: unreachable code at beginning of switch statement
tstdvd.c: In function `authenticate':
tstdvd.c:239: `dvd_authinfo' undeclared (first use in this function)
tstdvd.c:239: parse error before `ai'
tstdvd.c:240: `dvd_struct' undeclared (first use in this function)
tstdvd.c:243: `ai' undeclared (first use in this function)
tstdvd.c:244: `dvds' undeclared (first use in this function)
tstdvd.c:251: `DVD_LU_SEND_AGID' undeclared (first use in this function)
tstdvd.c:253: `DVD_AUTH' undeclared (first use in this function)
tstdvd.c:256: `DVD_INVALIDATE_AGID' undeclared (first use in this function)
tstdvd.c:316: `DVD_AUTH_ESTABLISHED' undeclared (first use in this function)
tstdvd.c:318: `DVD_AUTH_FAILURE' undeclared (first use in this function)
make: *** [tstdvd.o] Error 1

On Mon, 14 Feb 2000, you wrote:
> On Mon, 14 Feb 2000, [EMAIL PROTECTED] wrote:
> 
> > I know this is probably not the place to post this, however, I went to LiViD's
> > home page and downloaded the mpeg2dec, and compiled it and installed, has
> > anyone used this thing? can some one give me a clue how to get dvd's to work
> > useing it?
> > 
> > thanx
> > 
> > dave
> 
> cvs -d :pserver:[EMAIL PROTECTED]:/cvs/livid login
> (blank)
> cvs -d :pserver:[EMAIL PROTECTED]:/cvs/livid co css-auth
> less css-auth/README
> cd css-auth
> make
> ./reset /dev/dvd
> ../tstdvd /dev/dvd
> mmv disk-key disk1-key
> mount /dev/dvd /mnt/dvd
> ./tstdvd /dev/dvd /mnt/dvd/video_ts/some.vob
> mmv title-key title1-key
> ./css-cat /mnt/dvd/video_ts/some.vob | extract_mpeg2 - | mpeg2dec -
> 
> 
> 
> -- 
> MandrakeSoft          http://www.mandrakesoft.com/
>                                         --Axalon

Reply via email to