8388b447a1
for media players, like VLC or MPlayer. This research project is developed by an international team of developers from Doom9. Reviewed and a few fixes by Brad OK sthen@
11 lines
409 B
Plaintext
11 lines
409 B
Plaintext
$OpenBSD: patch-src_libbluray_pc_in,v 1.1.1.1 2012/03/30 13:16:33 phessler Exp $
|
|
--- src/libbluray.pc.in.orig Mon Mar 26 19:47:07 2012
|
|
+++ src/libbluray.pc.in Mon Mar 26 19:47:30 2012
|
|
@@ -6,5 +6,5 @@ includedir=@includedir@
|
|
Name: libbluray
|
|
Description: library supporting Blu-ray playback
|
|
Version: @PACKAGE_VERSION@
|
|
-Libs: -L${libdir} -lbluray
|
|
+Libs: -L${libdir} -lbluray -pthread
|
|
Cflags: -I${includedir}
|