patch-plugins_decoder_ffmpeg_CMakeLists_txt 589 B

123456789101112
  1. $OpenBSD: patch-plugins_decoder_ffmpeg_CMakeLists_txt,v 1.1.1.1 2014/07/09 16:40:41 zhuk Exp $
  2. --- plugins/decoder/ffmpeg/CMakeLists.txt.orig Mon Feb 4 13:54:41 2013
  3. +++ plugins/decoder/ffmpeg/CMakeLists.txt Mon Feb 4 13:55:31 2013
  4. @@ -16,6 +16,7 @@ set(k3bffmpegdecoder_PART_SRCS k3bffmpegdecoder.cpp k3
  5. kde4_add_plugin(k3bffmpegdecoder ${k3bffmpegdecoder_PART_SRCS})
  6. +include_directories(${FFMPEG_INCLUDE_DIRS})
  7. target_link_libraries(k3bffmpegdecoder k3bdevice ${KDE4_KDEUI_LIBS} k3b ${FFMPEG_LIBRARIES} )
  8. install(TARGETS k3bffmpegdecoder DESTINATION ${PLUGIN_INSTALL_DIR} )