configure.ac: Check for libdvdnav to build resindvd.
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 17 Jun 2008 01:08:14 +0000 (01:08 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 17 Jun 2008 01:08:14 +0000 (01:08 +0000)
commit0951e00dc05236b54a03e25c2c331bf1be332dc5
tree553db40a5b2a59e9615e2db5a10a5927e35bcfab
parentbcc41766b852bae2a8014c87bc2cb67ff7453f6a
configure.ac: Check for libdvdnav to build resindvd.

Original commit message from CVS:
* configure.ac:
Check for libdvdnav to build resindvd.
* ext/Makefile.am:
* ext/resindvd/Makefile.am:
* ext/resindvd/gstmpegdefs.h:
* ext/resindvd/gstmpegdemux.c:
* ext/resindvd/gstmpegdemux.h:
* ext/resindvd/gstmpegdesc.c:
* ext/resindvd/gstmpegdesc.h:
* ext/resindvd/gstpesfilter.c:
* ext/resindvd/gstpesfilter.h:
* ext/resindvd/plugin.c:
* ext/resindvd/resin-play:
* ext/resindvd/resindvdbin.c:
* ext/resindvd/resindvdbin.h:
* ext/resindvd/resindvdsrc.c:
* ext/resindvd/resindvdsrc.h:
* ext/resindvd/rsnaudiomunge.c:
* ext/resindvd/rsnaudiomunge.h:
* ext/resindvd/rsnbasesrc.c:
* ext/resindvd/rsnbasesrc.h:
* ext/resindvd/rsnpushsrc.c:
* ext/resindvd/rsnpushsrc.h:
* ext/resindvd/rsnstreamselector.c:
* ext/resindvd/rsnstreamselector.h:
First commit of DVD-Video playback component 'rsndvdbin'
and helper elements.
Use --enable-experimental for now, but feel free to give it a
try using the resin-play script.
* gst/dvdspu/gstdvdspu.c:
Add some extra guards for malformed events.
26 files changed:
ChangeLog
configure.ac
ext/Makefile.am
ext/resindvd/Makefile.am [new file with mode: 0644]
ext/resindvd/gstmpegdefs.h [new file with mode: 0644]
ext/resindvd/gstmpegdemux.c [new file with mode: 0644]
ext/resindvd/gstmpegdemux.h [new file with mode: 0644]
ext/resindvd/gstmpegdesc.c [new file with mode: 0644]
ext/resindvd/gstmpegdesc.h [new file with mode: 0644]
ext/resindvd/gstpesfilter.c [new file with mode: 0644]
ext/resindvd/gstpesfilter.h [new file with mode: 0644]
ext/resindvd/plugin.c [new file with mode: 0644]
ext/resindvd/resin-play [new file with mode: 0755]
ext/resindvd/resindvdbin.c [new file with mode: 0644]
ext/resindvd/resindvdbin.h [new file with mode: 0644]
ext/resindvd/resindvdsrc.c [new file with mode: 0644]
ext/resindvd/resindvdsrc.h [new file with mode: 0644]
ext/resindvd/rsnaudiomunge.c [new file with mode: 0644]
ext/resindvd/rsnaudiomunge.h [new file with mode: 0644]
ext/resindvd/rsnbasesrc.c [new file with mode: 0644]
ext/resindvd/rsnbasesrc.h [new file with mode: 0644]
ext/resindvd/rsnpushsrc.c [new file with mode: 0644]
ext/resindvd/rsnpushsrc.h [new file with mode: 0644]
ext/resindvd/rsnstreamselector.c [new file with mode: 0644]
ext/resindvd/rsnstreamselector.h [new file with mode: 0644]
gst/dvdspu/gstdvdspu.c