1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

* fixed breakage introduced in [13766]

This commit is contained in:
Felix Paul Kühne 2005-12-15 18:36:46 +00:00
parent 47e25c657a
commit 8bf1f21af5

View File

@ -1676,7 +1676,7 @@ libmpcdec-$(MUSE_VERSION).tar.bz2:
mpcdec: libmpcdec-$(MUSE_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch -p 0 < Patches/libmpcdec.patch
patch -p 0 < Patches/mpcdec.patch
ifdef HAVE_WIN32
(cd $@; ./autogen.sh)
endif