summaryrefslogtreecommitdiffstats
path: root/sysutils/nepomuk-core/files/patch-services__fileindexer__indexer__CMakeLists.txt
blob: b6bbd0322a81611c981051f37b26491290091a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Reorder include directories to fix build when ffmpeg-0.7 is installed
#
--- ./services/fileindexer/indexer/CMakeLists.txt.orig	2013-03-07 02:19:03.114665070 +0000
+++ ./services/fileindexer/indexer/CMakeLists.txt	2013-03-07 02:19:11.568663110 +0000
@@ -108,7 +108,7 @@
 endif(EXIV2_FOUND)
 
 if(FFMPEG_FOUND)
-    include_directories( ${FFMPEG_INCLUDE_DIRS} )
+    include_directories(BEFORE ${FFMPEG_INCLUDE_DIRS} )
 
     kde4_add_plugin( nepomukffmpegextractor ffmpegextractor.cpp extractorplugin.cpp )
 
OpenPOWER on IntegriCloud