Magellan Linux

Contents of /trunk/libdvdread/patches/libdvdread-0.9.7-udfsymbols.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 182 - (show annotations) (download)
Sun May 13 19:55:54 2007 UTC (17 years ago) by niro
File size: 903 byte(s)
new patches

1 --- dvdread/Makefile.am.orig 2006-10-06 22:24:39.000000000 +0200
2 +++ dvdread/Makefile.am 2006-10-06 22:25:35.000000000 +0200
3 @@ -2,13 +2,13 @@
4
5 lib_LTLIBRARIES = libdvdread.la
6 libdvdread_la_SOURCES = dvd_input.c dvd_reader.c dvd_udf.c ifo_read.c \
7 - ifo_print.c nav_read.c nav_print.c bswap.h dvd_udf.h dvd_input.h \
8 + ifo_print.c nav_read.c nav_print.c bswap.h dvd_input.h \
9 dvdread_internal.h cmd_print.c \
10 md5.c md5.h
11 libdvdread_la_LIBADD = @DL_LIBS@ @CSS_LIBS@
12 -libdvdread_la_LDFLAGS = -version-info 5:1:2 -export-symbols-regex "(DVD.*|ifo.*|nav.*|cmd.*)"
13 +libdvdread_la_LDFLAGS = -version-info 5:1:2 -export-symbols-regex "(DVD.*|UDF.*|ifo.*|nav.*|cmd.*)"
14
15 pkgincludedir = $(includedir)/dvdread
16
17 -pkginclude_HEADERS = dvd_reader.h ifo_types.h ifo_read.h \
18 +pkginclude_HEADERS = dvd_reader.h ifo_types.h ifo_read.h dvd_udf.h \
19 ifo_print.h nav_types.h nav_read.h nav_print.h cmd_print.h