repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg: fix dependencies
[oi-userland.git]
/
components
/
encumbered
/
x265-3.6
/
patches
/
pkgconfig.patch
blob
7c48b8e5451dd5cf8925aeb1053e0887389465fe
1
--- a/source/x265.pc.in
2
+++ b/source/x265.pc.in
3
@@ -1,6 +1,6 @@
4
prefix=@CMAKE_INSTALL_PREFIX@
5
exec_prefix=${prefix}
6
-libdir=${exec_prefix}/@LIB_INSTALL_DIR@
7
+libdir=@LIB_INSTALL_DIR@
8
includedir=${prefix}/include
9
10
Name: @CMAKE_PROJECT_NAME@