diff options
| author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2003-10-30 07:58:52 +0000 |
|---|---|---|
| committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2003-10-30 07:58:52 +0000 |
| commit | a2749eea9943f5efef2a067b6240faa533efda2c (patch) | |
| tree | 83ada22e6ed27a2efd46096fb6917c2581e9497e /src/input/vcd/Makefile.am | |
| parent | c91925fe44578548540be47d36d3d1491aef520e (diff) | |
| download | xine-lib-a2749eea9943f5efef2a067b6240faa533efda2c.tar.gz xine-lib-a2749eea9943f5efef2a067b6240faa533efda2c.tar.bz2 | |
- More VCDX -> VCD
- Prefer external libcdio and libvcdinfo libraries when they are acceptable
- Allow disabling VCD plugin
CVS patchset: 5644
CVS date: 2003/10/30 07:58:52
Diffstat (limited to 'src/input/vcd/Makefile.am')
| -rw-r--r-- | src/input/vcd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/vcd/Makefile.am b/src/input/vcd/Makefile.am index d995a9158..deb30e78f 100644 --- a/src/input/vcd/Makefile.am +++ b/src/input/vcd/Makefile.am @@ -8,7 +8,7 @@ vcd_SRCS = xineplug_inp_vcd.c vcdplayer.c vcdio.c xine-extra.c EXTRA_DIST = $(vcd_SRCS) -if ENABLE_VCDX +if ENABLE_VCD lib_LTLIBRARIES = xineplug_inp_vcd.la AM_CFLAGS = $(LIBCDIO_CFLAGS) $(LIBVCD_CFLAGS) |
