]> git.pld-linux.org Git - packages/io.git/blame - io-theora.patch
- fix lib64 builds
[packages/io.git] / io-theora.patch
CommitLineData
55c8e619
JB
1--- io-2011.09.12/modules/FindTheora.cmake.orig 2011-09-13 00:14:12.000000000 +0200
2+++ io-2011.09.12/modules/FindTheora.cmake 2013-11-10 10:49:28.524236914 +0100
3@@ -5,7 +5,7 @@
4
5 FIND_PATH(THEORA_INCLUDE_DIR theora/theora.h theora/theoradec.h)
6
7-SET(THEORA_NAMES ${THEORA_NAMES} theora libtheora theoradec libtheoradec)
8+SET(THEORA_NAMES ${THEORA_NAMES} theoradec libtheoradec theora libtheora)
9 FIND_LIBRARY(THEORA_LIBRARY NAMES ${THEORA_NAMES} PATH)
10
11 IF(THEORA_INCLUDE_DIR AND THEORA_LIBRARY)
This page took 0.045156 seconds and 4 git commands to generate.