[MPlayer-dev-eng] [PATCH 1/3] Fix build with libdvdnav due to missing files

Jiang Jiang gzjjgod at gmail.com
Sun Jul 14 14:38:56 CEST 2013


---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 4e03120..e8d5868 100644
--- a/Makefile
+++ b/Makefile
@@ -51,8 +51,11 @@ SRCS_COMMON-$(DVDNAV_INTERNAL)       += libdvdnav/dvdnav.c              \
                                         libdvdnav/searching.c           \
                                         libdvdnav/settings.c            \
                                         libdvdnav/vm/decoder.c          \
+                                        libdvdnav/vm/getset.c           \
+                                        libdvdnav/vm/play.c             \
                                         libdvdnav/vm/vm.c               \
                                         libdvdnav/vm/vmcmd.c            \
+                                        libdvdnav/vm/vmget.c            \
 
 SRCS_COMMON-$(DVDREAD)               += stream/stream_dvd.c             \
                                         stream/stream_dvd_common.c
-- 
1.8.3.1 (Apple Git-46)



More information about the MPlayer-dev-eng mailing list