~ubuntu-branches/debian/stretch/acoustid-fingerprinter/stretch

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jerome Charaoui
  • Date: 2014-08-26 20:30:49 UTC
  • mfrom: (7.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140826203049-qg3pn0syyg01udl3
Tags: 0.6-4
Make package FFmpeg-friendly (Closes: #758323)
Patch provided by Andreas Cadhalpun.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
13
13
 
14
14
find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork REQUIRED)
 
15
find_package(PkgConfig REQUIRED)
15
16
find_package(FFmpeg REQUIRED)
16
17
find_package(Taglib REQUIRED)
17
18
find_package(Chromaprint REQUIRED)