Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
695c8ce5
Commit
695c8ce5
authored
Oct 13, 2008
by
Jean-Paul Saman
Browse files
(contrib) Use autoreconf after patching Makefile.{am,in} and configure.{ac,in}.
parent
52360af6
Changes
1
Show whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
695c8ce5
...
@@ -1437,6 +1437,7 @@ libmodplug: libmodplug-$(MODPLUG_VERSION).tar.gz
...
@@ -1437,6 +1437,7 @@ libmodplug: libmodplug-$(MODPLUG_VERSION).tar.gz
$(EXTRACT_GZ)
$(EXTRACT_GZ)
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
patch
-p0
< Patches/libmodplug-win32.patch
patch
-p0
< Patches/libmodplug-win32.patch
(
cd
$@
;
autoreconf
)
endif
endif
.mod
:
libmodplug
.mod
:
libmodplug
...
@@ -2472,7 +2473,7 @@ libass: libass-$(ASS_VERSION).tar.bz2
...
@@ -2472,7 +2473,7 @@ libass: libass-$(ASS_VERSION).tar.bz2
patch
-p0
< Patches/libass_mplayer_updates.patch
patch
-p0
< Patches/libass_mplayer_updates.patch
ifneq
($(HOST),$(BUILD))
ifneq
($(HOST),$(BUILD))
patch
-p0
< Patches/libass-cross.patch
patch
-p0
< Patches/libass-cross.patch
cd
$@
;
autoconf
;
automake
(
cd
$@
;
auto
re
conf
;
automake
)
endif
endif
.libass
:
libass .png
.libass
:
libass .png
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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