Commit 4eca2eeb authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Jean-Baptiste Kempf

Contribs: mpcdec: don't build binaries.

(cherry picked from commit 301f34dea49ac0d41ec1f7a1309a4707ca56ae97)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent eb1cc862
diff -urN musepack_src_r475.clean/CMakeLists.txt musepack_src_r475/CMakeLists.txt
--- musepack_src_r475.clean/CMakeLists.txt 2012-04-17 15:16:37.000000000 +0400
+++ musepack_src_r475/CMakeLists.txt 2012-04-17 15:17:07.000000000 +0400
@@ -23,11 +23,4 @@
add_subdirectory(libmpcpsy)
add_subdirectory(libmpcenc)
add_subdirectory(libwavformat)
-add_subdirectory(mpcgain)
-add_subdirectory(mpcdec)
-add_subdirectory(mpcenc)
-add_subdirectory(mpc2sv8)
-add_subdirectory(mpccut)
-add_subdirectory(mpcchap)
-add_subdirectory(wavcmp)
add_subdirectory(include)
......@@ -27,6 +27,7 @@ $(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz:
musepack: musepack_src_r$(MUSE_REV).tar.gz .sum-mpcdec
$(UNPACK)
$(APPLY) $(SRC)/mpcdec/musepack-no-cflags-clobber.patch
$(APPLY) $(SRC)/mpcdec/musepack-no-binaries.patch
sed -i.orig \
-e 's,^add_subdirectory(mpcgain),,g' \
-e 's,^add_subdirectory(mpcchap),,g' \
......
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