You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.2.0-pkg...

22 lines
675 B

From 88c09cb6218fda5457c228f33084244db8725ed2 Mon Sep 17 00:00:00 2001
From: orbea <ovariegata@yahoo.com>
Date: Sat, 15 Apr 2017 19:36:01 -0700
Subject: [PATCH] Fix libffmpegthumbnailer.pc to work with multilib systems
---
libffmpegthumbnailer.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libffmpegthumbnailer.pc.in b/libffmpegthumbnailer.pc.in
index 77c00b2..0a2f997 100644
--- a/libffmpegthumbnailer.pc.in
+++ b/libffmpegthumbnailer.pc.in
@@ -1,6 +1,6 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/include
Name: libffmpegthumbnailer