Page 1 of 1

Compiling VLC 1.0.5 w/ libdc1394 2.1.2

Posted: 20 Apr 2010 19:44
by pnoziska
It appears that the dc1394 2.1.2 library and headers have changed enough that to where I can no longer configure it into VLC 1.0.5.

Among other things,
configure is looking for
libdc1394/dc1394_control.h ,
but it appears that header has been supplanted by
dc1394/linux/control.h

Is anybody working on this?

Re: Compiling VLC 1.0.5 w/ libdc1394 2.1.2

Posted: 20 Apr 2010 19:46
by Jean-Baptiste Kempf
Use VLC 1.1.0-pre1

Re: Compiling VLC 1.0.5 w/ libdc1394 2.1.2

Posted: 20 Apr 2010 20:55
by pnoziska
So far so good, now I see the 1.1.0-pre1 tarball is missing ../../video_output/xcb/xcb_keysym.h
Is there a patch somewhere?

Re: Compiling VLC 1.0.5 w/ libdc1394 2.1.2

Posted: 20 Apr 2010 23:22
by Jean-Baptiste Kempf
So far so good, now I see the 1.1.0-pre1 tarball is missing ../../video_output/xcb/xcb_keysym.h
Is there a patch somewhere?
Take it from the git

Re: Compiling VLC 1.0.5 w/ libdc1394 2.1.2

Posted: 24 Apr 2010 22:49
by alienbob
It appears that the dc1394 2.1.2 library and headers have changed enough that to where I can no longer configure it into VLC 1.0.5.

Among other things,
configure is looking for
libdc1394/dc1394_control.h ,
but it appears that header has been supplanted by
dc1394/linux/control.h

Is anybody working on this?
You can apply this patch which makes VLC 1.0.x compatible with dc1394 2.1.2: http://slackware.com/~alien/slackbuilds ... e1394.diff

Eric