]> git.sesse.net Git - vlc/blob - contrib/src/chromaprint/avutil.patch
Revert "vout: assume aspect ratio is 1:1 if information is missing"
[vlc] / contrib / src / chromaprint / avutil.patch
1 --- chromaprint/src/fft_lib_avfft.h     2012-09-05 20:05:36.000000000 +0200
2 +++ chromaprint.new/src/fft_lib_avfft.h 2013-04-05 17:21:56.830255210 +0200
3 @@ -23,6 +23,7 @@
4  
5  #include <math.h>
6  extern "C" {
7 +#include <libavutil/mem.h>
8  #include <libavcodec/avcodec.h>
9  #include <libavcodec/avfft.h>
10  }
11 --- chromaprint/libchromaprint.pc.cmake.orig    2013-04-11 16:03:15.878116880 +0200
12 +++ chromaprint/libchromaprint.pc.cmake 2013-04-11 16:03:26.178116971 +0200
13 @@ -7,6 +7,6 @@
14  Description: Audio fingerprint library
15  URL: http://wiki.acoustid.org/wiki/Chromaprint
16  Version: ${PROJECT_VERSION}
17 -Libs: -L${LIB_INSTALL_DIR} -lchromaprint
18 +Libs: -L${LIB_INSTALL_DIR} -lchromaprint -lavcodec -lavutil
19  Cflags: -I${INCLUDE_INSTALL_DIR}
20