openbsd-ports/audio/gtkpod/patches/patch-src_mp4file_c

18 lines
562 B
Plaintext

$OpenBSD: patch-src_mp4file_c,v 1.2 2014/07/14 07:49:54 espie Exp $
--- src/mp4file.c.orig Mon Apr 26 21:30:52 2010
+++ src/mp4file.c Mon Jul 14 09:48:57 2014
@@ -375,11 +375,11 @@ static MP4TagsFree_t MP4TagsFreeFunc = NULL;
void mp4_init()
{
- mp4v2_handle = dlopen("libmp4v2.so.1", RTLD_LAZY);
+ mp4v2_handle = dlopen("libmp4v2.so", RTLD_LAZY);
if (!mp4v2_handle)
{
- mp4v2_handle = dlopen("libmp4v2.so.0", RTLD_LAZY);
+ mp4v2_handle = dlopen("libmp4v2.so", RTLD_LAZY);
if (!mp4v2_handle)
{