]> git.pld-linux.org Git - packages/ka5-k3b.git/blob - musepack.patch
- copied from k3b.spec
[packages/ka5-k3b.git] / musepack.patch
1 --- k3b-2.0.3/cmake/modules/FindMuse.cmake~     2014-11-05 03:37:31.000000000 +0900
2 +++ k3b-2.0.3/cmake/modules/FindMuse.cmake      2016-03-31 19:42:33.717694990 +0900
3 @@ -21,7 +21,7 @@
4  
5  if( HAVE_MPC_MPCDEC_H )
6      find_path( MUSE_INCLUDE_DIR mpc/mpcdec.h )
7 -    find_library( MUSE_LIBRARIES NAMES mpcdec )
8 +    find_library( MUSE_LIBRARIES NAMES mpcdecsv8 )
9      set( MPC_HEADER_FILE "<mpc/mpcdec.h>" )
10  elseif( HAVE_MPCDEC_MPCDEC_H )
11      find_path( MUSE_INCLUDE_DIR mpcdec/mpcdec.h )
This page took 0.026369 seconds and 3 git commands to generate.