[libbluray-devel] mpls_dump: use correct dir_win32.c when building for WIN32
hpi1
git at videolan.org
Wed Sep 18 11:01:07 CEST 2013
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | 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 \
More information about the libbluray-devel
mailing list