Mercurial > libdvdnav.hg
changeset 232:b50d37567f61 src
libdvdnav now builds a .DLL on cygwin.
The example program ./examples/menus runs.
author | jcdutton |
---|---|
date | Sun, 01 Feb 2004 00:44:43 +0000 |
parents | 15dc5660d9a8 |
children | 59b5753b09d7 |
files | Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Sat Jan 31 17:12:58 2004 +0000 +++ b/Makefile.am Sun Feb 01 00:44:43 2004 +0000 @@ -21,6 +21,7 @@ libdvdnav_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ + -no-undefined # libtool 1.4.3 seems to be broken so -export-symbols-regex does not work. # -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)" # -release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB)