annotate dvdread/Makefile.am @ 249:5d643668f1e3 src

I added this code myself a long time ago, but now I am quite convinced that it is wrong: Why would we filter out SPU stream change events that switch SPUs off? This breaks watching the trailer on the RC2 of "Girl, interrupted", because you always get unwanted subtitles. When I added this code, it fixed a problem with the RC2 of "Terminator", but I cannot reproduce this problem any more. Back then, the menu highlights would not show up, but they do now. I assume the problem really got fixed with proper support for forced subtitles in xine, so this crappy workaround here can go away. After all, this way it is more symmetric to audio stream change events, because these are not filtered.
author mroi
date Sun, 12 Sep 2004 15:12:43 +0000
parents b4f9a592bc84
children 5039307a3e7c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
225
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
1 include $(top_srcdir)/misc/Makefile.common
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
2
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
3 includedir = ${prefix}/include/dvdnav
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
4
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
5 AM_CPPFLAGS = -DDVDNAV_COMPILE -I$(top_srcdir)/src/vm
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
6
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
7 noinst_LTLIBRARIES = libdvdread.la
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
8
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
9 libdvdread_la_SOURCES = dvd_reader.c nav_read.c ifo_read.c \
245
b4f9a592bc84 very small build system change: automake suggests to add headers for internal
mroi
parents: 238
diff changeset
10 dvd_input.c dvd_udf.c md5.c nav_print.c ifo_print.c \
b4f9a592bc84 very small build system change: automake suggests to add headers for internal
mroi
parents: 238
diff changeset
11 bswap.h dvd_input.h dvdread_internal.h dvd_udf.h md5.h
225
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
12
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
13 libdvdread_la_LIBADD = $(DYNAMIC_LD_LIBS)
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
14
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
15 include_HEADERS = dvd_reader.h nav_read.h ifo_read.h \
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
16 nav_print.h ifo_print.h ifo_types.h nav_types.h