libbluray | branch: refs/tags/0.4.0 | hpi1 <[email protected]> | Wed Sep 18 11:46:58 2013 +0300| [b1d4471b03f2816bcc9b6fe79d6c0264ba2cbb42] | committer: hpi1
mpls_dump: use correct dir_win32.c when building for WIN32 > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=b1d4471b03f2816bcc9b6fe79d6c0264ba2cbb42 --- src/examples/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index bdec9f3..11bfb87 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -26,7 +26,11 @@ mpls_dump_SOURCES = \ ../util/strutl.c \ ../util/logging.c \ ../file/file_posix.c \ +if HAVE_WIN32 + ../file/dir_win32.c \ +else ../file/dir_posix.c \ +endif ../libbluray/bdnav/extdata_parse.c \ ../libbluray/bdnav/mpls_parse.c \ ../libbluray/bdnav/clpi_parse.c \ _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
