]> git.sesse.net Git - vlc/blob - contrib/src/mpcdec/musepack-no-cflags-clobber.patch
Update to 2012.09.13 version of live555.
[vlc] / contrib / src / mpcdec / musepack-no-cflags-clobber.patch
1 diff -ru musepack.orig/CMakeLists.txt musepack/CMakeLists.txt
2 --- musepack.orig/CMakeLists.txt        2011-08-08 10:21:17.000000000 +0300
3 +++ musepack/CMakeLists.txt     2011-08-08 10:21:03.000000000 +0300
4 @@ -16,7 +16,7 @@
5  add_definitions(-DFAST_MATH -DCVD_FASTLOG)
6  
7  if(NOT MSVC)
8 -  set(CMAKE_C_FLAGS "-O3 -Wall -fomit-frame-pointer -pipe")
9 +  add_definitions(-O3 -Wall -fomit-frame-pointer -pipe)
10  endif(NOT MSVC)
11  
12  add_subdirectory(libmpcdec)