Mercurial > libdvdnav.hg
view vm/Makefile.am @ 265:99d33725395d src
commit Miguel's approach on the time search function
(it needs fixing, because it does not use the time table, but interpolates
only cell times; but better than not having the function at all)
author | mroi |
---|---|
date | Mon, 03 Oct 2005 21:07:14 +0000 |
parents | 9b1b740e3fc9 |
children | 62dd6af82d7b |
line wrap: on
line source
include $(top_srcdir)/misc/Makefile.common includedir = ${prefix}/include/dvdnav AM_CPPFLAGS = -DDVDNAV_COMPILE $(THREAD_CFLAGS) \ -I$(top_srcdir)/src -I$(top_srcdir)/src/dvdread noinst_LTLIBRARIES = libdvdvm.la libdvdvm_la_SOURCES = decoder.c vm.c vmcmd.c libdvdvm_la_LDFLAGS = $(THREAD_LIBS) include_HEADERS = noinst_HEADERS = decoder.h vm.h vmcmd.h