Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
8bfb27e1
Commit
8bfb27e1
authored
Nov 10, 2005
by
hartman
Browse files
Fix the dvdnav contrib for OSX
parent
4ad69b4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
8bfb27e1
...
...
@@ -921,10 +921,12 @@ libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2:
libdvdnav
:
libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2
$(EXTRACT_BZ2)
# patch -p 0 < Patches/dvdnav.patch
ifdef
HAVE_WIN32
(
cd
$@
;
patch
-p
0 < ../Patches/libdvdnav-20050211-win32.patch
)
else
patch
-p
0 < Patches/dvdnav.patch
endif
ifdef
HAVE_DARWIN_OS
(cd
$@;
autoconf)
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment