diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-19 13:30:14 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-19 13:30:14 +0100 |
commit | 4044b92bdaf1edaf68728a36fa1b9c0c0739df4c (patch) | |
tree | 959f585bfd2a3d35b984009fbae8906ecc8841f0 /src | |
parent | 54b990428600a96b1f3405277357ce857837f1fe (diff) | |
download | xine-lib-4044b92bdaf1edaf68728a36fa1b9c0c0739df4c.tar.gz xine-lib-4044b92bdaf1edaf68728a36fa1b9c0c0739df4c.tar.bz2 |
Remove internal copies of libcdio and libvcd. This way we don't have to care about bugs in those two on newer versions of operating systems.
Diffstat (limited to 'src')
-rw-r--r-- | src/input/vcd/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/input/vcd/Makefile.am b/src/input/vcd/Makefile.am index 49b3a7494..2b47415fd 100644 --- a/src/input/vcd/Makefile.am +++ b/src/input/vcd/Makefile.am @@ -1,17 +1,5 @@ include $(top_srcdir)/misc/Makefile.common -$(top_builddir)/contrib/libcdio/libcdio.la: - $(MAKE) -C $(top_builddir)/contrib/libcdio - -$(top_builddir)/contrib/libcdio/libiso9660.la: - $(MAKE) -C $(top_builddir)/contrib/libcdio - -$(top_builddir)/contrib/libvcd/libvcd.la: - $(MAKE) -C $(top_builddir)/contrib/libvcd - -$(top_builddir)/contrib/libvcd/libvcdinfo.la: - $(MAKE) -C $(top_builddir)/contrib/libvcd - AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) AM_LDFLAGS = $(xineplug_ldflags) |