Commit a6fdca45 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

contrib: correct patch apply

parent 6520cc40
......@@ -2530,7 +2530,7 @@ libass-$(ASS_VERSION).tar.bz2:
# mplayer patches up to August 8, 2008 are included
libass: libass-$(ASS_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch -p0 < Patches/libass_mplayer_updates.patch
(cd $@; patch -p1 < ../Patches/libass_mplayer_updates.patch)
ifneq ($(HOST),$(BUILD))
patch -p0 < Patches/libass-cross.patch
(cd $@; autoreconf; automake)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment